StructField Class

Definition

A type that represents a field inside StructType.

public sealed class StructField
type StructField = class
Public NotInheritable Class StructField
Inheritance
StructField

Constructors

Name Description
StructField(String, DataType, Boolean, JObject)

Constructor for StructFieldType class.

Properties

Name Description
DataType

The data type of this field.

IsNullable

Checks if values of this field can be null.

Name

The name of this field.

Methods

Name Description
ToString()

Returns a readable string that represents this type.

Applies to