The Schema..::..Field type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| ArgumentSchema |
The argument schema for this field. Valid only if the field is of type FUNCTION. Otherwise the property returns null.
| |
| CompleteDataType |
The complete type of a field.
| |
| DataType |
The type of a field.
| |
| Description |
The description of this field.
| |
| ElementType |
The element type for this field. Valid only if the field is of type LIST. Otherwise the property returns null.
| |
| Index |
The index of the field.
| |
| Name |
The name of the field.
| |
| ReturnType |
The return type for this field. Valid only if the field is of type FUNCTION. Otherwise the property returns null.
| |
| Schema |
The schema for this field. Valid only if the field is of type TUPLE. Otherwise the property returns null.
| |
| Size |
The size (in bytes) of the field.
|