Class: DatadogAPIClient::V2::ObservabilityPipelineDiskBufferOptions
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineDiskBufferOptions
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_disk_buffer_options.rb
Overview
Options for configuring a disk buffer.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#max_size ⇒ Object
readonly
Maximum size of the disk buffer.
-
#type ⇒ Object
The type of the buffer that will be configured, a disk buffer.
-
#when_full ⇒ Object
Behavior when the buffer is full (block and stop accepting new events, or drop new events).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_disk_buffer_options.rb', line 33 def additional_properties @additional_properties end |
#max_size ⇒ Object
Maximum size of the disk buffer.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_disk_buffer_options.rb', line 25 def max_size @max_size end |
#type ⇒ Object
The type of the buffer that will be configured, a disk buffer.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_disk_buffer_options.rb', line 28 def type @type end |
#when_full ⇒ Object
Behavior when the buffer is full (block and stop accepting new events, or drop new events)
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_disk_buffer_options.rb', line 31 def when_full @when_full end |