StructType.Fields Property

Definition

Returns a list of StructFieldType objects.

public System.Collections.Generic.List<Microsoft.Spark.Sql.Types.StructField> Fields { get; }
member this.Fields : System.Collections.Generic.List<Microsoft.Spark.Sql.Types.StructField>
Public ReadOnly Property Fields As List(Of StructField)

Property Value

Applies to