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

StructField(String, DataType, Boolean, JObject)

Constructor for StructFieldType class.

Properties

DataType

The data type of this field.

IsNullable

Checks if values of this field can be null.

Name

The name of this field.

Methods

ToString()

Returns a readable string that represents this type.

Applies to