Class: DatadogAPIClient::V2::FormulaLimit
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::FormulaLimit
 
 
- 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
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #count  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The number of results to which to limit.
 - 
  
    
      #order  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Direction of sort.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/formula_limit.rb', line 31 def additional_properties @additional_properties end  | 
  
#count ⇒ Object
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  | 
  
#order ⇒ Object
Direction of sort.
      29 30 31  | 
    
      # File 'lib/datadog_api_client/v2/models/formula_limit.rb', line 29 def order @order end  |