ENUM

MetadataKey

Description

The types of metadata key.

link GraphQL Schema definition

  • enum MetadataKey {
  • # Flag to determine if a row is expandable.
  • CAN_TABLE_ROW_EXPAND
  • # Cluster ID used to generate cluster hyperlink.
  • CLUSTER_LINK_ID
  • # Specifies custom UI components to use for the column.
  • CUSTOM_CELL_TYPE
  • # Specifies whether to hide the chart legend component.
  • HIDE_CHART_LEGEND
  • # Specifies whether to hide numbers in the chart legend component.
  • HIDE_CHART_LEGEND_NUMBER
  • # Metadata key is unspecified.
  • METADATA_KEY_UNSPECIFIED
  • # Object icon ID used to generate object icon.
  • OBJECT_ICON_ID
  • # Object ID used to generate object hyperlink.
  • OBJECT_LINK_ID
  • # Object type used to generate object hyperlink.
  • OBJECT_LINK_TYPE
  • # Organization ID used in various queries.
  • ORG_ID
  • # SLA Domain ID used to generate SLA Domain hyperlink.
  • SLA_DOMAIN_LINK_ID
  • # Table cell dot color.
  • TABLE_CELL_DOT_COLOR
  • # Row hover color.
  • TABLE_ROW_HOVER_COLOR
  • # Name of the table row.
  • TABLE_ROW_NAME
  • }