3.3.16.5 ChannelIndexTypes
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP v1.1 |
The kinds of indexes that are allowed for channels. These are currently limited to time and depth.
Attribute |
Description |
Data Type |
Min |
Max |
---|---|---|---|---|
Time |
Index is in time. The value is serialized in Avro as a long int, which represents microseconds from the time datum in IndexMetadataRecord. |
1 |
1 |
|
Depth |
1 |
1 |
Avro Source |
---|
{ "type": "enum", "namespace": "Energistics.Datatypes.ChannelData", "name": "ChannelIndexTypes", "symbols": [ "Time", "Depth" ] } |