Sha256: 8b98aff28cc690ee402e87077e9f819ea0d3fee5cb6a6be549b7ae830a62e6db

Contents?: true

Size: 503 Bytes

Versions: 7

Compression:

Stored size: 503 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

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/LogsQueryCompute.md
datadog_api_client-1.3.0 docs/v1/LogsQueryCompute.md
datadog_api_client-1.2.0 docs/v1/LogsQueryCompute.md
datadog_api_client-1.1.0 docs/v1/LogsQueryCompute.md
datadog_api_client-1.0.0 docs/v1/LogsQueryCompute.md
datadog_api_client-1.0.0.beta.3 docs/v1/LogsQueryCompute.md
datadog_api_client-1.0.0.beta.2 docs/v1/LogsQueryCompute.md