Skip to main content

An enum that defines the data type of the returned value.

Types that use DataTypeEnum

DimensionKeyAnnotationDimensionMetadataMetricMetadata

Calls that use DataTypeEnum

Enumerations

Value
Description
DATE
Indicates the value is a date.
Format (UTC): yyyy-MM-ddThh:mm:ss.sssZ
INTEGER
Indicates the data type of the value is integer.
DOUBLE
Indicates the data type of the value is double.
STRING
Indicates the data type of the value is string.
LONG
Indicates the data type of the value is long.