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

#logs_indexed_logs_usage_agg_sumObject

Total indexed logs for this retention period.



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

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.



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

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.



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

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.



38
39
40
# File 'lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb', line 38

def retention
  @retention
end