7 using System.Collections.Generic;
45 public const string TRUE =
"true";
46 public const string FALSE =
"false";
173 public const string GZIP =
"gzip";
302 public const string TRUE =
"true";
303 public const string FALSE =
"false";
731 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
1148 IDictionary<string, string>
options =
null)
1165 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string ENABLE_ONE_STEP_COMPOUND_EQUI_JOIN
Enable the one_step compound-equi-join algorithm.
const string AI_API_PROVIDER
AI API provider type.
const string CHUNK_COLUMN_MAX_MEMORY
Sets the target maximum data size for each column in a chunk to be used for all new tables.
const string CHUNK_MAX_MEMORY
Indicates the target maximum data size for all columns in a chunk to be used for all new tables.
const string KAFKA_POLL_TIMEOUT
Maximum time (milliseconds) for each poll to get records from Kafka.
IDictionary< string, string > property_updates_map
Map containing the properties of the system to be updated.
const string EGRESS_SINGLE_FILE_MAX_SIZE
Max file size (in MB) to allow saving to a single file.
const string ADMIN_ACCESS_ONLY
Restricts access to system admin users only.
IDictionary< string, string > options
Optional parameters.
const string AUDIT_HEADERS
Enable or disable auditing of request headers.
const string TELM_PERSIST_QUERY_METRICS
Enable or disable persisting of query metrics.
const string ENABLE_THREAD_HANG_LOGGING
Log a stack trace for any thread that runs longer than a defined threshold.
KineticaData - class to help with Avro Encoding for Kinetica
const string POSTGRES_PROXY_KEEP_ALIVE
Enable postgres proxy keep alive.
const string EVICT_TO_COLD
If TRUE and evict_columns is specified, the given objects will be evicted to cold storage (if such a ...
AlterSystemPropertiesRequest(IDictionary< string, string > property_updates_map, IDictionary< string, string > options=null)
Constructs an AlterSystemPropertiesRequest object with the specified parameters.
const string ENABLE_AUDIT
Enable or disable auditing.
const string HA_CONSUMER_REPLAY_OFFSET
Initializes HA replay from the given timestamp (as milliseconds since unix epoch).
const string SHADOW_FILTER_SIZE
Size of the shadow filter chunk cache in bytes.
const string KIFS_DIRECTORY_DATA_LIMIT
The default maximum capacity to apply when creating a KiFS directory (bytes).
const string AUDIT_DATA
Enable or disable auditing of request data.
const string EXTERNAL_FILES_DIRECTORY
Sets the root directory path where external table data files are accessed from.
const string EGRESS_PARQUET_COMPRESSION
Parquet file compression type.
const string BACKGROUND_WORKER_THREADS
Size of the worker rank background thread pool.
const string AUDIT_BODY
Enable or disable auditing of request bodies.
const string AI_API_EMBEDDINGS_MODEL
AI API model name.
const string SHADOW_AGG_SIZE
Size of the shadow aggregate chunk cache in bytes.
const string AI_API_CONNECTION_TIMEOUT
AI API connection timeout in seconds.
IDictionary< string, string > updated_properties_map
Map of values updated; for speed tests, a map of values measured to the measurement.
const string AI_API_KEY
AI API key.
const string SUBTASK_CONCURRENCY_LIMIT
Sets the maximum number of simultaneous threads allocated to a given request, on each rank.
const string CONCURRENT_KERNEL_EXECUTION
Enables concurrent kernel execution if the value is TRUE and disables it if the value is FALSE.
const string POSTGRES_PROXY_IDLE_CONNECTION_TIMEOUT
Idle connection timeout in seconds.
const string TCS_PER_TOM
Size of the worker rank data calculation thread pool.
AlterSystemPropertiesRequest()
Constructs an AlterSystemPropertiesRequest object with default parameters.
const string DISK_AUTO_OPTIMIZE_TIMEOUT
Time interval in seconds after which the database will apply optimizations/transformations to persist...
A set of string constants for the parameter property_updates_map.
const string KAFKA_WAIT_TIME
Maximum time (seconds) to buffer records received from Kafka before ingestion.
const string COMPRESSION_CODEC
The default compression algorithm applied to any column without a column-level or table-level default...
A set of results returned by Kinetica.alterSystemProperties.
const string SYSTEM_METADATA_RETENTION_PERIOD
Sets the system_metadata.retention_period value of the conf.
const string MAX_GET_RECORDS_SIZE
The maximum number of records the database will serve for a given data retrieval call.
const string ENABLE_OVERLAPPED_EQUI_JOIN
Enable overlapped-equi-join filter.
const string PERSIST
If TRUE the system configuration will be written to disk upon successful application of this request.
const string KAFKA_BATCH_SIZE
Maximum number of records to be ingested in a single batch.
const string LOG_DEBUG_JOB_INFO
Outputs various job-related information to the rank logs.
const string AI_API_URL
AI API URL.
const string UNCOMPRESSED
A set of parameters for Kinetica.alterSystemProperties.
const string REQUEST_TIMEOUT
Number of minutes after which filtering (e.g., Kinetica.filter) and aggregating (e....
const string MAX_CONCURRENT_KERNELS
Sets the max_concurrent_kernels value of the conf.
const string EXECUTION_MODE
Sets the execution_mode for kernel executions to the specified string value.
const string TPS_PER_TOM
Size of the worker rank data processing thread pool.
IDictionary< string, string > info
Additional information.
const string AUDIT_RESPONSE
Enable or disable auditing of response information.
const string AI_ENABLE_RAG
Enable RAG.
const string CHUNK_SIZE
Sets the number of records per chunk to be used for all new tables.
A set of string constants for the parameter options.