Class: Aws::Types::InfluxDBv2Parameters
- Inherits:
-
Object
- Object
- Aws::Types::InfluxDBv2Parameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flux_log_enabled ⇒ Boolean
Returns the value of attribute flux_log_enabled.
-
#http_idle_timeout ⇒ Types::Duration
Returns the value of attribute http_idle_timeout.
-
#http_read_header_timeout ⇒ Types::Duration
Returns the value of attribute http_read_header_timeout.
-
#http_read_timeout ⇒ Types::Duration
Returns the value of attribute http_read_timeout.
-
#http_write_timeout ⇒ Types::Duration
Returns the value of attribute http_write_timeout.
-
#influxql_max_select_buckets ⇒ ::Integer
Returns the value of attribute influxql_max_select_buckets.
-
#influxql_max_select_point ⇒ ::Integer
Returns the value of attribute influxql_max_select_point.
-
#influxql_max_select_series ⇒ ::Integer
Returns the value of attribute influxql_max_select_series.
-
#log_level ⇒ "debug", ...
Returns the value of attribute log_level.
-
#metrics_disabled ⇒ Boolean
Returns the value of attribute metrics_disabled.
-
#no_tasks ⇒ Boolean
Returns the value of attribute no_tasks.
-
#pprof_disabled ⇒ Boolean
Returns the value of attribute pprof_disabled.
-
#query_concurrency ⇒ ::Integer
Returns the value of attribute query_concurrency.
-
#query_initial_memory_bytes ⇒ ::Integer
Returns the value of attribute query_initial_memory_bytes.
-
#query_max_memory_bytes ⇒ ::Integer
Returns the value of attribute query_max_memory_bytes.
-
#query_memory_bytes ⇒ ::Integer
Returns the value of attribute query_memory_bytes.
-
#query_queue_size ⇒ ::Integer
Returns the value of attribute query_queue_size.
-
#session_length ⇒ ::Integer
Returns the value of attribute session_length.
-
#session_renew_disabled ⇒ Boolean
Returns the value of attribute session_renew_disabled.
-
#storage_cache_max_memory_size ⇒ ::Integer
Returns the value of attribute storage_cache_max_memory_size.
-
#storage_cache_snapshot_memory_size ⇒ ::Integer
Returns the value of attribute storage_cache_snapshot_memory_size.
-
#storage_cache_snapshot_write_cold_duration ⇒ Types::Duration
Returns the value of attribute storage_cache_snapshot_write_cold_duration.
-
#storage_compact_full_write_cold_duration ⇒ Types::Duration
Returns the value of attribute storage_compact_full_write_cold_duration.
-
#storage_compact_throughput_burst ⇒ ::Integer
Returns the value of attribute storage_compact_throughput_burst.
-
#storage_max_concurrent_compactions ⇒ ::Integer
Returns the value of attribute storage_max_concurrent_compactions.
-
#storage_max_index_log_file_size ⇒ ::Integer
Returns the value of attribute storage_max_index_log_file_size.
-
#storage_no_validate_field_size ⇒ Boolean
Returns the value of attribute storage_no_validate_field_size.
-
#storage_retention_check_interval ⇒ Types::Duration
Returns the value of attribute storage_retention_check_interval.
-
#storage_series_file_max_concurrent_snapshot_compactions ⇒ ::Integer
Returns the value of attribute storage_series_file_max_concurrent_snapshot_compactions.
-
#storage_series_id_set_cache_size ⇒ ::Integer
Returns the value of attribute storage_series_id_set_cache_size.
-
#storage_wal_max_concurrent_writes ⇒ ::Integer
Returns the value of attribute storage_wal_max_concurrent_writes.
-
#storage_wal_max_write_delay ⇒ Types::Duration
Returns the value of attribute storage_wal_max_write_delay.
-
#tracing_type ⇒ "log", ...
Returns the value of attribute tracing_type.
-
#ui_disabled ⇒ Boolean
Returns the value of attribute ui_disabled.
Instance Attribute Details
#flux_log_enabled ⇒ Boolean
Returns the value of attribute flux_log_enabled.
467 468 469 |
# File 'sig/types.rbs', line 467 def flux_log_enabled @flux_log_enabled end |
#http_idle_timeout ⇒ Types::Duration
Returns the value of attribute http_idle_timeout.
474 475 476 |
# File 'sig/types.rbs', line 474 def http_idle_timeout @http_idle_timeout end |
#http_read_header_timeout ⇒ Types::Duration
Returns the value of attribute http_read_header_timeout.
475 476 477 |
# File 'sig/types.rbs', line 475 def http_read_header_timeout @http_read_header_timeout end |
#http_read_timeout ⇒ Types::Duration
Returns the value of attribute http_read_timeout.
476 477 478 |
# File 'sig/types.rbs', line 476 def http_read_timeout @http_read_timeout end |
#http_write_timeout ⇒ Types::Duration
Returns the value of attribute http_write_timeout.
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.
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.
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.
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.
468 469 470 |
# File 'sig/types.rbs', line 468 def log_level @log_level end |
#metrics_disabled ⇒ Boolean
Returns the value of attribute metrics_disabled.
473 474 475 |
# File 'sig/types.rbs', line 473 def metrics_disabled @metrics_disabled end |
#no_tasks ⇒ Boolean
Returns the value of attribute no_tasks.
469 470 471 |
# File 'sig/types.rbs', line 469 def no_tasks @no_tasks end |
#pprof_disabled ⇒ Boolean
Returns the value of attribute pprof_disabled.
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.
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.
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.
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.
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.
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.
485 486 487 |
# File 'sig/types.rbs', line 485 def session_length @session_length end |
#session_renew_disabled ⇒ Boolean
Returns the value of attribute session_renew_disabled.
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.
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.
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_duration ⇒ Types::Duration
Returns the value of attribute storage_cache_snapshot_write_cold_duration.
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_duration ⇒ Types::Duration
Returns the value of attribute storage_compact_full_write_cold_duration.
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.
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.
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.
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_size ⇒ Boolean
Returns the value of attribute storage_no_validate_field_size.
494 495 496 |
# File 'sig/types.rbs', line 494 def storage_no_validate_field_size @storage_no_validate_field_size end |
#storage_retention_check_interval ⇒ Types::Duration
Returns the value of attribute storage_retention_check_interval.
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.
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.
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.
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_delay ⇒ Types::Duration
Returns the value of attribute storage_wal_max_write_delay.
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.
472 473 474 |
# File 'sig/types.rbs', line 472 def tracing_type @tracing_type end |
#ui_disabled ⇒ Boolean
Returns the value of attribute ui_disabled.
500 501 502 |
# File 'sig/types.rbs', line 500 def ui_disabled @ui_disabled end |