3.3.16.5 ChannelIndexTypes

Topic Version1Published10/31/2016
For StandardETP 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"

     ]

}