SchemaShape.Column Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public struct SchemaShape.Column
type SchemaShape.Column = struct
Public Structure SchemaShape.Column
- Inheritance
-
SchemaShape.Column
Fields
Annotations |
The annotations that are present for this column. |
IsKey |
The flag whether the column is actually a key. If yes, ItemType is representing the underlying primitive type. |
ItemType |
The 'raw' type of column item: must be a primitive type or a structured type. |
Kind |
The type of the column: scalar, fixed vector or variable vector. |
Name |
The column name. |