Sha256: 8bd604c6c4e99aeed892e9dd7bda4a886cb35a6984a773021acaa07349ba2e04
Contents?: true
Size: 649 Bytes
Versions: 2
Compression:
Stored size: 649 Bytes
Contents
# DatadogAPIClient::V1::LogsQueryCompute ## Properties | Name | Type | Description | Notes | | --------------- | ----------- | ---------------------------------- | ---------- | | **aggregation** | **String** | The aggregation method. | | | **facet** | **String** | Facet name. | [optional] | | **interval** | **Integer** | Define a time interval in seconds. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsQueryCompute.new( aggregation: avg, facet: @duration, interval: 5000 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/LogsQueryCompute.md |
datadog_api_client-1.5.0 | docs/v1/LogsQueryCompute.md |