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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/logs_query_compute.rb', line 33 def additional_properties @additional_properties end |
#aggregation ⇒ Object
The aggregation method.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/logs_query_compute.rb', line 25 def aggregation @aggregation end |
#facet ⇒ Object
Facet name.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/logs_query_compute.rb', line 28 def facet @facet end |
#interval ⇒ Object
Define a time interval in seconds.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/logs_query_compute.rb', line 31 def interval @interval end |