Class: DatadogAPIClient::V2::EventsGroupBy
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::EventsGroupBy
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/events_group_by.rb
 
Overview
A dimension on which to split a query’s results.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #facet  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The facet by which to split groups.
 - 
  
    
      #limit  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The maximum buckets to return for this group by.
 - 
  
    
      #sort  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The dimension by which to sort a query’s results.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/events_group_by.rb', line 34 def additional_properties @additional_properties end  | 
  
#facet ⇒ Object
The facet by which to split groups.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/events_group_by.rb', line 25 def facet @facet end  | 
  
#limit ⇒ Object
The maximum buckets to return for this group by. Note: at most 10000 buckets are allowed. If grouping by multiple facets, the product of limits must not exceed 10000.
      29 30 31  | 
    
      # File 'lib/datadog_api_client/v2/models/events_group_by.rb', line 29 def limit @limit end  | 
  
#sort ⇒ Object
The dimension by which to sort a query’s results.
      32 33 34  | 
    
      # File 'lib/datadog_api_client/v2/models/events_group_by.rb', line 32 def sort @sort end  |