Class: DatadogAPIClient::V1::LogsQueryCompute

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#aggregationObject

The aggregation method.



29
30
31
# File 'lib/datadog_api_client/v1/models/logs_query_compute.rb', line 29

def aggregation
  @aggregation
end

#facetObject

Facet name.



32
33
34
# File 'lib/datadog_api_client/v1/models/logs_query_compute.rb', line 32

def facet
  @facet
end

#intervalObject

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