7 using System.Collections.Generic;
68 public const string STATUS =
"status";
125 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
175 IDictionary<string, string>
options = null)
177 this.table_name = table_name ??
"";
string lock_type
The type of lock being applied to the table.
A set of parameters for Kinetica.lockTable(string,string,IDictionary<string, string>).
LockTableRequest(string table_name, string lock_type=null, IDictionary< string, string > options=null)
Constructs a LockTableRequest object with the specified parameters.
const string WRITE_ONLY
Allow only write operations
const string READ_ONLY
Allow only read operations
string table_name
Name of the table to be locked.
const string NO_ACCESS
Allow no read/write operations
const string READ_WRITE
Allow all read/write operations
LockTableRequest()
Constructs a LockTableRequest object with default parameters.
The type of lock being applied to the table.
IDictionary< string, string > options
Optional parameters.
const string STATUS
Show locked status
KineticaData - class to help with Avro Encoding for Kinetica
A set of results returned by Kinetica.lockTable(string,string,IDictionary<string, string>)...