Class ObservabilityPipelineDiskBufferOptions

Options for configuring a disk buffer.

Hierarchy

  • ObservabilityPipelineDiskBufferOptions

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
maxSize?: number

Maximum size of the disk buffer.

The type of the buffer that will be configured, a disk buffer.

Behavior when the buffer is full (block and stop accepting new events, or drop new events)

Generated using TypeDoc