7 using System.Collections.Generic;
257 public const string TRUE =
"true";
258 public const string FALSE =
"false";
593 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
808 IDictionary<string, string>
options = null)
810 this.property_updates_map = property_updates_map ??
new Dictionary<string, string>();
811 this.options =
options ??
new Dictionary<string, string>();
829 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
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.
A set of results returned by Kinetica.alterSystemProperties(IDictionary{string, string},IDictionary{string, string}).
const string SHADOW_AGG_SIZE
Size of the shadow aggregate chunk cache in bytes.
const string EXTERNAL_FILES_DIRECTORY
Sets the root directory path where external table data files are accessed from.
const string KERNEL_OMP_THREADS
Set the number of kernel OpenMP threads to the specified integer value.
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 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 SHADOW_FILTER_SIZE
Size of the shdow filter chunk cache in bytes.
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.
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 AUDIT_HEADERS
Enable or disable auditing of request headers.
Map containing the properties of the system to be updated.
const string NETWORK_SPEED
Invoke the network speed test and report timing results.
const string AUDIT_BODY
Enable or disable auditing of request bodies.
const string SM_OMP_THREADS
Set the number of OpenMP threads that will be used to service filter & aggregation requests against c...
const string SET_MESSAGE_TIMERS_ENABLED
Enables the communicator test to collect additional timing statistics when the value string is true...
const string AUDIT_DATA
Enable or disable auditing of request data.
A set of parameters for Kinetica.alterSystemProperties(IDictionary{string, string},IDictionary{string, string}).
const string REQUEST_TIMEOUT
Number of minutes after which filtering (e.g., Kinetica.filter(string,string,string,IDictionary{string, string})) and aggregating (e.g., Kinetica.aggregateGroupBy(string,IList{string},long,long,IDictionary{string, string})) queries will timeout.
const string CHUNK_SIZE
Sets the number of records per chunk to be used for all new tables.
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica
const string ENABLE_COMPOUND_EQUI_JOIN
Enable compound-equi-join filter plan type.
const string SYNCHRONOUS_COMPRESSION
compress vector on set_compression (instead of waiting for background thread).
const string ENABLE_OVERLAPPED_EQUI_JOIN
Enable overlapped-equi-join filter.