Class ObservabilityPipelineQuotaProcessorLimit

The maximum amount of data or number of events allowed before the quota is enforced. Can be specified in bytes or events.

Hierarchy

  • ObservabilityPipelineQuotaProcessorLimit

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

Unit for quota enforcement in bytes for data size or events for count.

limit: number

The limit for quota enforcement.

Generated using TypeDoc