3.3.16.2 ChannelStatuses

Topic Version1Published10/31/2016
For StandardETP v1.1

Enumeration of possible channel statuses.

Attribute

Description

Data Type

Min

Max

Active

Channel is currently producing. Same as ObjectGrowing = true in WITSML 1.x

 

1

1

Inactive

Channel is not currently producing data points. Same as ObjectGrowing = False in WITSML 1.x

 

1

1

Closed

Channel has 'gone away' and will never be used again.

 

1

1

Avro Source

{

      "type": "enum",

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

      "name": "ChannelStatuses",

      "symbols":

     [

         "Active",

         "Inactive",

         "Closed"

     ]

}