The Field type exposes the following members.

Properties

  Name Description
Public property FieldType
The type of the field. The struct must hold only types of the TeaType enumeration to be accessible from other APIs. If one or more fields have the TeaType = FieldType.Custom, the TeaFile will not be accessible universally.
Public property Index
Describes the order of this field inside the fields collection.
Public property IsEventTime
The field is the event time of the event as part of the time series.
Public property IsTime
The field represents a time.
Public property Name
The name of the field.
Public property Offset
The field's byte offset inside the struct.

See Also