Sha256: 036f6814a2b65434034b5e302ad320b8bfed5d47b222dcd2d4ddfd7dcc3affe8
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/LogsRetentionAggSumUsage.md |
datadog_api_client-1.5.0 | docs/v1/LogsRetentionAggSumUsage.md |