Sha256: 71d5275650129757e209001ccd2a6ee08c738ded1685dde18e357f33d91c0bd0
Contents?: true
Size: 920 Bytes
Versions: 5
Compression:
Stored size: 920 Bytes
Contents
# DatadogAPIClient::V1::LogsRetentionAggSumUsage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **logs_indexed_logs_usage_agg_sum** | **Integer** | Total indexed logs for this retention period. | [optional] | | **logs_live_indexed_logs_usage_agg_sum** | **Integer** | Live indexed logs for this retention period. | [optional] | | **logs_rehydrated_indexed_logs_usage_agg_sum** | **Integer** | Rehydrated indexed logs for this retention period. | [optional] | | **retention** | **String** | The retention period in days or \"custom\" for all custom retention periods. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsRetentionAggSumUsage.new( logs_indexed_logs_usage_agg_sum: null, logs_live_indexed_logs_usage_agg_sum: null, logs_rehydrated_indexed_logs_usage_agg_sum: null, retention: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems