Class ObservabilityPipelineMemoryBufferOptions

Options for configuring a memory buffer by byte size.

Hierarchy

  • ObservabilityPipelineMemoryBufferOptions

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 memory buffer.

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

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

Generated using TypeDoc