Datasets Object Constraints

  • Tag limit per dataset:

    • Each restricted dataset supports a maximum of 10 key:value pairs per product.
  • Tag key rules per telemetry type:

    • Only one tag key or attribute may be used to define access within a single telemetry type.
    • The same or different tag key may be used across different telemetry types.
  • Tag value uniqueness:

    • Tag values must be unique within a single dataset.
    • A tag value used in one dataset cannot be reused in another dataset of the same telemetry type.

Hierarchy

  • DatasetRequest

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Dataset metadata and configurations.

type: string

Resource type, always "dataset".

Generated using TypeDoc