7 using System.Collections.Generic;
37 public const string STATUS =
"status";
90 public string lock_type {
get;
set; } = LockType.STATUS;
95 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
145 IDictionary<string, string>
options =
null)
162 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IDictionary< string, string > info
Additional information.
string lock_type
The type of lock being applied to the table.
A set of parameters for Kinetica.lockTable.
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, in [schema_name.
string lock_type
Returns the lock state of the table.
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.
A set of string constants for the parameter lock_type.
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.