Class: DatadogAPIClient::V2::EventsScalarQuery
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::EventsScalarQuery
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/events_scalar_query.rb
 
Overview
An individual scalar events query.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #compute  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The instructions for what to compute for this query.
 - 
  
    
      #data_source  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
A data source that is powered by the Events Platform.
 - 
  
    
      #group_by  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of facets on which to split results.
 - 
  
    
      #indexes  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The indexes in which to search.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The variable name for use in formulas.
 - 
  
    
      #search  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configuration of the search/filter for an events query.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      42 43 44  | 
    
      # File 'lib/datadog_api_client/v2/models/events_scalar_query.rb', line 42 def additional_properties @additional_properties end  | 
  
#compute ⇒ Object
The instructions for what to compute for this query.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/events_scalar_query.rb', line 25 def compute @compute end  | 
  
#data_source ⇒ Object
A data source that is powered by the Events Platform.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/events_scalar_query.rb', line 28 def data_source @data_source end  | 
  
#group_by ⇒ Object
The list of facets on which to split results.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/events_scalar_query.rb', line 31 def group_by @group_by end  | 
  
#indexes ⇒ Object
The indexes in which to search.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/events_scalar_query.rb', line 34 def indexes @indexes end  | 
  
#name ⇒ Object
The variable name for use in formulas.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/events_scalar_query.rb', line 37 def name @name end  | 
  
#search ⇒ Object
Configuration of the search/filter for an events query.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/events_scalar_query.rb', line 40 def search @search end  |