MetadataType enumeration

MetadataType enumeration

Specifies the supported Metadata signature data type of the value.

The MetadataType type exposes the following members:

Fields

Field Description
UNDEFINED Value type is undefined.
BOOLEAN Value is Boolean type.
INTEGER Value is integer type.
DOUBLE Value is Double type.
DATE_TIME Value is DateTime type.
STRING Value is string type.

See Also