Class: DatadogAPIClient::V2::AzureStorageDestination

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_prefixObject

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

#bufferObject

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

#compressionObject

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_keyObject

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_nameObject

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

#idObject

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

#inputsObject

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

#typeObject

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