Class: DatadogAPIClient::V2::FormulaLimit

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/formula_limit.rb

Overview

Message for specifying limits to the number of values returned by a query. This limit is only for scalar queries and has no effect on timeseries queries.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#countObject

The number of results to which to limit.



26
27
28
# File 'lib/datadog_api_client/v2/models/formula_limit.rb', line 26

def count
  @count
end

#orderObject

Direction of sort.



29
30
31
# File 'lib/datadog_api_client/v2/models/formula_limit.rb', line 29

def order
  @order
end