3.3.16.10 Record: ChannelRangeInfo

Topic Version1Published10/31/2016
For StandardETP v1.1

Sent from a consumer to a producer to request data over a specific range for one or more channels.

Avro Schema

{

      "type": "record",

      "namespace": "Energistics.Datatypes.ChannelData",

      "name": "ChannelRangeInfo",

      "fields":

     [

         {

          "name": "channelId",

          "type": { "type": "array", "items": "long" }

     },

         { "name": "startIndex", "type": "long" },

         { "name": "endIndex", "type": "long" }

     ]

}

Attribute

Description

Data Type

Min

Max

channelId

One or more channel IDs for which this range is requested. All channels MUST have a common index type, UOM, and direction. WITSML v1.4.1 servers are only required to support groupings of channels from the same log.

long

1

n

startIndex

The start of the data range.

long

1

1

endIndex

The end of the data range.

long

1

1