Sha256: 70a5e51d005501bb25011da15285b399e4ee9f85787e8203b8fe32d0d8c894bf
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
# DatadogAPIClient::V1::UsageLogsByRetentionHour ## Properties | Name | Type | Description | Notes | | ----------------------------------- | ----------- | ------------------------------------------------------------------------------------ | ---------- | | **indexed_events_count** | **Integer** | Total logs indexed with this retention period during a given hour. | [optional] | | **live_indexed_events_count** | **Integer** | Live logs indexed with this retention period during a given hour. | [optional] | | **rehydrated_indexed_events_count** | **Integer** | Rehydrated logs indexed with this retention period during a given hour. | [optional] | | **retention** | **String** | The retention period in days or \"custom\" for all custom retention usage. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageLogsByRetentionHour.new( indexed_events_count: null, live_indexed_events_count: null, rehydrated_indexed_events_count: null, retention: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageLogsByRetentionHour.md |
datadog_api_client-1.5.0 | docs/v1/UsageLogsByRetentionHour.md |