Class: DatadogAPIClient::V2::AzureStorageDestination
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AzureStorageDestination
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/azure_storage_destination.rb
Overview
The azure_storage destination forwards logs to an Azure Blob Storage container.
Supported pipeline types: logs
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#blob_prefix ⇒ Object
Optional prefix for blobs written to the container.
-
#buffer ⇒ Object
Configuration for buffer settings on destination components.
-
#compression ⇒ Object
Compression configuration for archived logs.
-
#connection_string_key ⇒ Object
Name of the environment variable or secret that holds the Azure Storage connection string.
-
#container_name ⇒ Object
readonly
The name of the Azure Blob Storage container to store logs in.
-
#id ⇒ Object
readonly
The unique identifier for this component.
-
#inputs ⇒ Object
readonly
A list of component IDs whose output is used as the
inputfor this component. -
#type ⇒ Object
readonly
The destination type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 51 def additional_properties @additional_properties end |
#blob_prefix ⇒ Object
Optional prefix for blobs written to the container.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 27 def blob_prefix @blob_prefix end |
#buffer ⇒ Object
Configuration for buffer settings on destination components.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 30 def buffer @buffer end |
#compression ⇒ Object
Compression configuration for archived logs. When omitted, logs are compressed with gzip for backward compatibility.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 34 def compression @compression end |
#connection_string_key ⇒ Object
Name of the environment variable or secret that holds the Azure Storage connection string.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 37 def connection_string_key @connection_string_key end |
#container_name ⇒ Object
The name of the Azure Blob Storage container to store logs in.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 40 def container_name @container_name end |
#id ⇒ Object
The unique identifier for this component.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 43 def id @id end |
#inputs ⇒ Object
A list of component IDs whose output is used as the input for this component.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 46 def inputs @inputs end |
#type ⇒ Object
The destination type. The value should always be azure_storage.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/azure_storage_destination.rb', line 49 def type @type end |