7 using System.Collections.Generic;
46 public const string TRUE =
"true";
47 public const string FALSE =
"false";
238 public const string GZIP =
"gzip";
333 public const string TRUE =
"true";
334 public const string FALSE =
"false";
798 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
1251 IDictionary<string, string>
options =
null)
1268 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string EGRESS_SINGLE_FILE_MAX_SIZE
Max file size (in MB) to allow saving to a single file.
const string SUBTASK_CONCURRENCY_LIMIT
Sets the maximum number of simultaneous threads allocated to a given request, on each rank.
const string CLEAR_CACHE
Clears cached results.
const string FLUSH_TO_DISK
Flushes any changes to any tables to the persistent store.
AlterSystemPropertiesRequest()
Constructs an AlterSystemPropertiesRequest object with default parameters.
const string AI_API_URL
AI API URL
const string KAFKA_WAIT_TIME
Maximum time (seconds) to buffer records received from kafka before ingestion.
A set of results returned by Kinetica.alterSystemProperties.
const string SHADOW_AGG_SIZE
Size of the shadow aggregate chunk cache in bytes.
const string AUDIT_RESPONSE
Enable or disable auditing of response information.
const string EVICT_TO_COLD
If TRUE and evict_columns is specified, the given objects will be evicted to cold storage (if such a ...
const string EXTERNAL_FILES_DIRECTORY
Sets the root directory path where external table data files are accessed from.
A set of string constants for the parameter options.
const string SYSTEM_METADATA_RETENTION_PERIOD
Sets the system_metadata.retention_period value of the conf.
const string POSTGRES_PROXY_IDLE_CONNECTION_TIMEOUT
Idle connection timeout in seconds
const string EVICT_COLUMNS
Attempts to evict columns from memory to the persistent store.
IDictionary< string, string > property_updates_map
Map containing the properties of the system to be updated.
const string AI_API_PROVIDER
AI API provider type
const string EXECUTION_MODE
Sets the execution_mode for kernel executions to the specified string value.
const string COMMUNICATOR_TEST
Invoke the communicator test and report timing results.
const string MAX_GET_RECORDS_SIZE
The maximum number of records the database will serve for a given data retrieval call.
const string KAFKA_BATCH_SIZE
Maximum number of records to be ingested in a single batch.
const string EGRESS_PARQUET_COMPRESSION
Parquet file compression type.
const string ENABLE_ONE_STEP_COMPOUND_EQUI_JOIN
Enable the one_step compound-equi-join algorithm.
const string SHADOW_FILTER_SIZE
Size of the shadow filter chunk cache in bytes.
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 AI_API_KEY
AI API key
const string MAX_CONCURRENT_KERNELS
Sets the max_concurrent_kernels value of the conf.
IDictionary< string, string > updated_properties_map
Map of values updated; for speed tests, a map of values measured to the measurement
const string ENABLE_AUDIT
Enable or disable auditing.
AlterSystemPropertiesRequest(IDictionary< string, string > property_updates_map, IDictionary< string, string > options=null)
Constructs an AlterSystemPropertiesRequest object with the specified parameters.
const string KIFS_DIRECTORY_DATA_LIMIT
The default maximum capacity to apply when creating a KiFS directory (bytes).
IDictionary< string, string > info
Additional information.
const string CONCURRENT_KERNEL_EXECUTION
Enables concurrent kernel execution if the value is TRUE and disables it if the value is FALSE.
const string MAX_GRBC_BATCH_SIZE
<DEVELOPER>
const string AUDIT_HEADERS
Enable or disable auditing of request headers.
const string AI_ENABLE_RAG
Enable RAG.
A set of string constants for the parameter property_updates_map.
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.
const string NETWORK_SPEED
Invoke the network speed test and report timing results.
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 TPS_PER_TOM
Sets the tps_per_tom value of the conf.
const string AUDIT_DATA
Enable or disable auditing of request data.
const string AI_API_CONNECTION_TIMEOUT
AI API connection timeout in seconds
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 TCS_PER_TOM
Sets the tcs_per_tom value of the conf.
const string CHUNK_SIZE
Sets the number of records per chunk to be used for all new tables.
const string POSTGRES_PROXY_KEEP_ALIVE
Enable postgres proxy keep alive.
const string PERSIST
If TRUE the system configuration will be written to disk upon successful application of this request.
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica
const string UNCOMPRESSED
const string SYNCHRONOUS_COMPRESSION
compress vector on set_compression (instead of waiting for background thread).
const string TELM_PERSIST_QUERY_METRICS
Enable or disable persisting of query metrics.
const string AI_API_EMBEDDINGS_MODEL
AI API model name
const string ENABLE_OVERLAPPED_EQUI_JOIN
Enable overlapped-equi-join filter.