Skip to main content

MetadataItemType

Storage type for a metadata item value. Values are always serialized as strings on the wire.

  • STRING - Single string.
  • NUMBER - Numeric value serialized as a string.
  • BOOLEAN - true/false serialized as a string.
  • STRING_ARRAY - JSON-encoded array of strings.
  • NUMBER_ARRAY - JSON-encoded array of numbers.
enum MetadataItemType {
STRING
NUMBER
BOOLEAN
STRING_ARRAY
NUMBER_ARRAY
}

Values

MetadataItemType.STRING

MetadataItemType.NUMBER

MetadataItemType.BOOLEAN

MetadataItemType.STRING_ARRAY

MetadataItemType.NUMBER_ARRAY

Member Of

MetadataConfigItem object ● MetadataItem object