Class: DatadogAPIClient::V1::LogsRetentionAggSumUsage

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb

Overview

Object containing indexed logs usage aggregated across organizations and months for a retention period.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb', line 36

def additional_properties
  @additional_properties
end

#logs_indexed_logs_usage_agg_sumObject

Total indexed logs for this retention period.



25
26
27
# File 'lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb', line 25

def logs_indexed_logs_usage_agg_sum
  @logs_indexed_logs_usage_agg_sum
end

#logs_live_indexed_logs_usage_agg_sumObject

Live indexed logs for this retention period.



28
29
30
# File 'lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb', line 28

def logs_live_indexed_logs_usage_agg_sum
  @logs_live_indexed_logs_usage_agg_sum
end

#logs_rehydrated_indexed_logs_usage_agg_sumObject

Rehydrated indexed logs for this retention period.



31
32
33
# File 'lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb', line 31

def logs_rehydrated_indexed_logs_usage_agg_sum
  @logs_rehydrated_indexed_logs_usage_agg_sum
end

#retentionObject

The retention period in days or “custom” for all custom retention periods.



34
35
36
# File 'lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb', line 34

def retention
  @retention
end