Sha256: 1b73090343d054d35e2e904e7a82a8a287821e9adebdb5d61dfec218d8de636d

Contents?: true

Size: 915 Bytes

Versions: 5

Compression:

Stored size: 915 Bytes

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

5 entries across 5 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/UsageLogsByRetentionHour.md
datadog_api_client-1.3.0 docs/v1/UsageLogsByRetentionHour.md
datadog_api_client-1.2.0 docs/v1/UsageLogsByRetentionHour.md
datadog_api_client-1.1.0 docs/v1/UsageLogsByRetentionHour.md
datadog_api_client-1.0.0 docs/v1/UsageLogsByRetentionHour.md