Sha256: ed56eeab5c8660c6f6eb2c790f5c3d95f46446f164e429ecf212d002181941be
Contents?: true
Size: 776 Bytes
Versions: 7
Compression:
Stored size: 776 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
7 entries across 7 versions & 1 rubygems