7 using System.Collections.Generic;
38 public const string STATUS =
"status";
50 public const string UNLOCK =
"unlock";
66 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
87 IDictionary<string, string>
options = null)
89 this.table_name = table_name ??
"";
91 this.options =
options ??
new Dictionary<string, string>();
string lock_type
The type of lock being applied to the table.
A set of parameters for /lock/table.
const string DISABLE
Allow no read/write operations
const string UNLOCK
Allow all read/write operations
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.
string lock_type
Returns the lock state of the table.
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 /lock/table.