Class: Aws::Types::InfluxDBv2Parameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flux_log_enabledBoolean

Returns the value of attribute flux_log_enabled.

Returns:

  • (Boolean)


467
468
469
# File 'sig/types.rbs', line 467

def flux_log_enabled
  @flux_log_enabled
end

#http_idle_timeoutTypes::Duration

Returns the value of attribute http_idle_timeout.

Returns:



474
475
476
# File 'sig/types.rbs', line 474

def http_idle_timeout
  @http_idle_timeout
end

#http_read_header_timeoutTypes::Duration

Returns the value of attribute http_read_header_timeout.

Returns:



475
476
477
# File 'sig/types.rbs', line 475

def http_read_header_timeout
  @http_read_header_timeout
end

#http_read_timeoutTypes::Duration

Returns the value of attribute http_read_timeout.

Returns:



476
477
478
# File 'sig/types.rbs', line 476

def http_read_timeout
  @http_read_timeout
end

#http_write_timeoutTypes::Duration

Returns the value of attribute http_write_timeout.

Returns:



477
478
479
# File 'sig/types.rbs', line 477

def http_write_timeout
  @http_write_timeout
end

#influxql_max_select_buckets::Integer

Returns the value of attribute influxql_max_select_buckets.

Returns:

  • (::Integer)


478
479
480
# File 'sig/types.rbs', line 478

def influxql_max_select_buckets
  @influxql_max_select_buckets
end

#influxql_max_select_point::Integer

Returns the value of attribute influxql_max_select_point.

Returns:

  • (::Integer)


479
480
481
# File 'sig/types.rbs', line 479

def influxql_max_select_point
  @influxql_max_select_point
end

#influxql_max_select_series::Integer

Returns the value of attribute influxql_max_select_series.

Returns:

  • (::Integer)


480
481
482
# File 'sig/types.rbs', line 480

def influxql_max_select_series
  @influxql_max_select_series
end

#log_level"debug", ...

Returns the value of attribute log_level.

Returns:

  • ("debug", "info", "error")


468
469
470
# File 'sig/types.rbs', line 468

def log_level
  @log_level
end

#metrics_disabledBoolean

Returns the value of attribute metrics_disabled.

Returns:

  • (Boolean)


473
474
475
# File 'sig/types.rbs', line 473

def metrics_disabled
  @metrics_disabled
end

#no_tasksBoolean

Returns the value of attribute no_tasks.

Returns:

  • (Boolean)


469
470
471
# File 'sig/types.rbs', line 469

def no_tasks
  @no_tasks
end

#pprof_disabledBoolean

Returns the value of attribute pprof_disabled.

Returns:

  • (Boolean)


481
482
483
# File 'sig/types.rbs', line 481

def pprof_disabled
  @pprof_disabled
end

#query_concurrency::Integer

Returns the value of attribute query_concurrency.

Returns:

  • (::Integer)


470
471
472
# File 'sig/types.rbs', line 470

def query_concurrency
  @query_concurrency
end

#query_initial_memory_bytes::Integer

Returns the value of attribute query_initial_memory_bytes.

Returns:

  • (::Integer)


482
483
484
# File 'sig/types.rbs', line 482

def query_initial_memory_bytes
  @query_initial_memory_bytes
end

#query_max_memory_bytes::Integer

Returns the value of attribute query_max_memory_bytes.

Returns:

  • (::Integer)


483
484
485
# File 'sig/types.rbs', line 483

def query_max_memory_bytes
  @query_max_memory_bytes
end

#query_memory_bytes::Integer

Returns the value of attribute query_memory_bytes.

Returns:

  • (::Integer)


484
485
486
# File 'sig/types.rbs', line 484

def query_memory_bytes
  @query_memory_bytes
end

#query_queue_size::Integer

Returns the value of attribute query_queue_size.

Returns:

  • (::Integer)


471
472
473
# File 'sig/types.rbs', line 471

def query_queue_size
  @query_queue_size
end

#session_length::Integer

Returns the value of attribute session_length.

Returns:

  • (::Integer)


485
486
487
# File 'sig/types.rbs', line 485

def session_length
  @session_length
end

#session_renew_disabledBoolean

Returns the value of attribute session_renew_disabled.

Returns:

  • (Boolean)


486
487
488
# File 'sig/types.rbs', line 486

def session_renew_disabled
  @session_renew_disabled
end

#storage_cache_max_memory_size::Integer

Returns the value of attribute storage_cache_max_memory_size.

Returns:

  • (::Integer)


487
488
489
# File 'sig/types.rbs', line 487

def storage_cache_max_memory_size
  @storage_cache_max_memory_size
end

#storage_cache_snapshot_memory_size::Integer

Returns the value of attribute storage_cache_snapshot_memory_size.

Returns:

  • (::Integer)


488
489
490
# File 'sig/types.rbs', line 488

def storage_cache_snapshot_memory_size
  @storage_cache_snapshot_memory_size
end

#storage_cache_snapshot_write_cold_durationTypes::Duration

Returns the value of attribute storage_cache_snapshot_write_cold_duration.

Returns:



489
490
491
# File 'sig/types.rbs', line 489

def storage_cache_snapshot_write_cold_duration
  @storage_cache_snapshot_write_cold_duration
end

#storage_compact_full_write_cold_durationTypes::Duration

Returns the value of attribute storage_compact_full_write_cold_duration.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def storage_compact_full_write_cold_duration
  @storage_compact_full_write_cold_duration
end

#storage_compact_throughput_burst::Integer

Returns the value of attribute storage_compact_throughput_burst.

Returns:

  • (::Integer)


491
492
493
# File 'sig/types.rbs', line 491

def storage_compact_throughput_burst
  @storage_compact_throughput_burst
end

#storage_max_concurrent_compactions::Integer

Returns the value of attribute storage_max_concurrent_compactions.

Returns:

  • (::Integer)


492
493
494
# File 'sig/types.rbs', line 492

def storage_max_concurrent_compactions
  @storage_max_concurrent_compactions
end

#storage_max_index_log_file_size::Integer

Returns the value of attribute storage_max_index_log_file_size.

Returns:

  • (::Integer)


493
494
495
# File 'sig/types.rbs', line 493

def storage_max_index_log_file_size
  @storage_max_index_log_file_size
end

#storage_no_validate_field_sizeBoolean

Returns the value of attribute storage_no_validate_field_size.

Returns:

  • (Boolean)


494
495
496
# File 'sig/types.rbs', line 494

def storage_no_validate_field_size
  @storage_no_validate_field_size
end

#storage_retention_check_intervalTypes::Duration

Returns the value of attribute storage_retention_check_interval.

Returns:



495
496
497
# File 'sig/types.rbs', line 495

def storage_retention_check_interval
  @storage_retention_check_interval
end

#storage_series_file_max_concurrent_snapshot_compactions::Integer

Returns the value of attribute storage_series_file_max_concurrent_snapshot_compactions.

Returns:

  • (::Integer)


496
497
498
# File 'sig/types.rbs', line 496

def storage_series_file_max_concurrent_snapshot_compactions
  @storage_series_file_max_concurrent_snapshot_compactions
end

#storage_series_id_set_cache_size::Integer

Returns the value of attribute storage_series_id_set_cache_size.

Returns:

  • (::Integer)


497
498
499
# File 'sig/types.rbs', line 497

def storage_series_id_set_cache_size
  @storage_series_id_set_cache_size
end

#storage_wal_max_concurrent_writes::Integer

Returns the value of attribute storage_wal_max_concurrent_writes.

Returns:

  • (::Integer)


498
499
500
# File 'sig/types.rbs', line 498

def storage_wal_max_concurrent_writes
  @storage_wal_max_concurrent_writes
end

#storage_wal_max_write_delayTypes::Duration

Returns the value of attribute storage_wal_max_write_delay.

Returns:



499
500
501
# File 'sig/types.rbs', line 499

def storage_wal_max_write_delay
  @storage_wal_max_write_delay
end

#tracing_type"log", ...

Returns the value of attribute tracing_type.

Returns:

  • ("log", "jaeger", "disabled")


472
473
474
# File 'sig/types.rbs', line 472

def tracing_type
  @tracing_type
end

#ui_disabledBoolean

Returns the value of attribute ui_disabled.

Returns:

  • (Boolean)


500
501
502
# File 'sig/types.rbs', line 500

def ui_disabled
  @ui_disabled
end