Kinetica C# API
Version 6.2.0.1
|
The type of lock being applied to the table. More...
Public Attributes | |
const string | STATUS = "status" |
Show locked status More... | |
const string | NO_ACCESS = "no_access" |
Allow no read/write operations More... | |
const string | READ_ONLY = "read_only" |
Allow only read operations More... | |
const string | WRITE_ONLY = "write_only" |
Allow only write operations More... | |
const string | READ_WRITE = "read_write" |
Allow all read/write operations More... | |
The type of lock being applied to the table.
Setting it to status will return the current lock status of the table without changing it. Supported values:
The default value is STATUS. A set of string constants for the parameter lock_type.
Definition at line 64 of file LockTable.cs.
const string kinetica.LockTableRequest.LockType.NO_ACCESS = "no_access" |
Allow no read/write operations
Definition at line 71 of file LockTable.cs.
const string kinetica.LockTableRequest.LockType.READ_ONLY = "read_only" |
Allow only read operations
Definition at line 74 of file LockTable.cs.
const string kinetica.LockTableRequest.LockType.READ_WRITE = "read_write" |
Allow all read/write operations
Definition at line 80 of file LockTable.cs.
const string kinetica.LockTableRequest.LockType.STATUS = "status" |
Show locked status
Definition at line 68 of file LockTable.cs.
const string kinetica.LockTableRequest.LockType.WRITE_ONLY = "write_only" |
Allow only write operations
Definition at line 77 of file LockTable.cs.