Sha256: efbcc235d5a99516bcc2cb4f729a65acaf121309daf16c5e1e9f4a5097f6125f
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
# DatadogAPIClient::V1::LogsRetentionSumUsage ## Properties | Name | Type | Description | Notes | | ------------------------------------------ | ----------- | -------------------------------------------------------------------------------------- | ---------- | | **logs_indexed_logs_usage_sum** | **Integer** | Total indexed logs for this retention period. | [optional] | | **logs_live_indexed_logs_usage_sum** | **Integer** | Live indexed logs for this retention period. | [optional] | | **logs_rehydrated_indexed_logs_usage_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::LogsRetentionSumUsage.new( logs_indexed_logs_usage_sum: null, logs_live_indexed_logs_usage_sum: null, logs_rehydrated_indexed_logs_usage_sum: null, retention: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/LogsRetentionSumUsage.md |
datadog_api_client-1.5.0 | docs/v1/LogsRetentionSumUsage.md |