> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# channel_data_type

> sift/common/type/v1/channel_data_type.proto

<a name="sift_common_type_v1_channel_data_type-proto" />

<a name="sift_common_type_v1_channel_data_type-proto-services" />

## Services

*RPC methods exposed by this API.*

<a name="sift_common_type_v1_channel_data_type-proto-messages" />

## Messages

*Data models used across requests/responses.*

<a name="sift_common_type_v1_channel_data_type-proto-enums" />

## Enums

*Allowed constant values used in message fields.*

### ChannelDataType

| Name                             | Number | Description |
| :------------------------------- | :----- | :---------- |
| CHANNEL\_DATA\_TYPE\_UNSPECIFIED | 0      |             |
| CHANNEL\_DATA\_TYPE\_DOUBLE      | 1      |             |
| CHANNEL\_DATA\_TYPE\_STRING      | 2      |             |
| CHANNEL\_DATA\_TYPE\_ENUM        | 3      |             |
| CHANNEL\_DATA\_TYPE\_BIT\_FIELD  | 4      |             |
| CHANNEL\_DATA\_TYPE\_BOOL        | 5      |             |
| CHANNEL\_DATA\_TYPE\_FLOAT       | 6      |             |
| CHANNEL\_DATA\_TYPE\_INT\_32     | 7      |             |
| CHANNEL\_DATA\_TYPE\_UINT\_32    | 8      |             |
| CHANNEL\_DATA\_TYPE\_INT\_64     | 9      |             |
| CHANNEL\_DATA\_TYPE\_UINT\_64    | 10     |             |
| CHANNEL\_DATA\_TYPE\_BYTES       | 11     |             |
