7 using System.Collections.Generic;
52 public const string TRUE =
"true";
53 public const string FALSE =
"false";
84 public const string TTL =
"ttl";
149 public IList<IDictionary<string, string>>
field_maps {
get;
set; } =
new List<IDictionary<string, string>>();
270 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
425 IList<IDictionary<string, string>>
field_maps,
426 IDictionary<string, string>
options =
null)
431 this.
options = options ??
new Dictionary<string, string>();
463 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string VIEW_ID
view this result table is part of.
A set of string constants for the parameter options.
IDictionary< string, string > options
Optional parameters.
const string CHUNK_SIZE
Indicates the number of records per chunk to be used for the merged table specified in table_name.
MergeRecordsRequest(string table_name, IList< string > source_table_names, IList< IDictionary< string, string >> field_maps, IDictionary< string, string > options=null)
Constructs a MergeRecordsRequest object with the specified parameters.
IDictionary< string, string > info
Additional information.
const string QUALIFIED_TABLE_NAME
The fully qualified name of the result table (i.e.
string table_name
The name of the new result table for the records to be merged into, in [schema_name.
MergeRecordsRequest()
Constructs a MergeRecordsRequest object with default parameters.
const string CHUNK_MAX_MEMORY
Indicates the target maximum data size for all columns in a chunk to be used for the merged table spe...
const string COLLECTION_NAME
[DEPRECATED–please specify the containing schema for the merged table as part of table_name and use K...
A set of string constants for the parameter info.
A set of parameters for Kinetica.mergeRecords.
const string CHUNK_COLUMN_MAX_MEMORY
Indicates the target maximum data size for each column in a chunk to be used for the merged table spe...
const string PERSIST
If TRUE, then the table specified in table_name will be persisted and will not expire unless a TTL is...
IList< string > source_table_names
The list of names of source tables to get the records from, each in [schema_name.
const string CREATE_TEMP_TABLE
If TRUE, a unique temporary table name will be generated in the sys_temp schema and used in place of ...
IList< IDictionary< string, string > > field_maps
Contains a list of source/target column mappings, one mapping for each source table listed in source_...
A set of results returned by Kinetica.mergeRecords.
const string TTL
Sets the TTL of the merged table specified in table_name.
KineticaData - class to help with Avro Encoding for Kinetica
const string IS_REPLICATED
Indicates the distribution scheme for the data of the merged table specified in table_name.