Sha256: fa78e966bb9fe03d611feaf2c9e164b317f2f145853198d4e3b1645385070a4d

Contents?: true

Size: 999 Bytes

Versions: 2

Compression:

Stored size: 999 Bytes

Contents

# DatadogAPIClient::V1::UsageLogsByIndexHour

## Properties

| Name            | Type        | Description                                            | Notes      |
| --------------- | ----------- | ------------------------------------------------------ | ---------- |
| **event_count** | **Integer** | The total number of indexed logs for the queried hour. | [optional] |
| **hour**        | **Time**    | The hour for the usage.                                | [optional] |
| **index_id**    | **String**  | The index ID for this usage.                           | [optional] |
| **index_name**  | **String**  | The user specified name for this index ID.             | [optional] |
| **retention**   | **Integer** | The retention period (in days) for this index ID.      | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageLogsByIndexHour.new(
  event_count: null,
  hour: null,
  index_id: null,
  index_name: null,
  retention: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/UsageLogsByIndexHour.md
datadog_api_client-1.5.0 docs/v1/UsageLogsByIndexHour.md