Class: DatadogAPIClient::V1::LogsQueryCompute
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsQueryCompute
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/logs_query_compute.rb
Overview
Define computation for a log query.
Instance Attribute Summary collapse
-
#aggregation ⇒ Object
readonly
The aggregation method.
-
#facet ⇒ Object
Facet name.
-
#interval ⇒ Object
Define a time interval in seconds.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#aggregation ⇒ Object
The aggregation method.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/logs_query_compute.rb', line 29 def aggregation @aggregation end |
#facet ⇒ Object
Facet name.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/logs_query_compute.rb', line 32 def facet @facet end |
#interval ⇒ Object
Define a time interval in seconds.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/logs_query_compute.rb', line 35 def interval @interval end |