Class: InfluxDB2::FluxResponseMode
- Inherits:
 - 
      Object
      
        
- Object
 - InfluxDB2::FluxResponseMode
 
 
- Defined in:
 - lib/influxdb2/client/flux_csv_parser.rb
 
Overview
The configuration for expected amount of metadata response from InfluxDB.
Constant Summary collapse
- FULL =
          
full information about types, default values and groups
 'full'.freeze
- ONLY_NAMES =
          
useful for Invokable scripts
 'only_names'.freeze