Kinetica C# API
Version 6.0.1.0
|
The type of lock being applied to the table. More...
Public Attributes | |
const string | STATUS = "status" |
Show locked status More... | |
const string | DISABLE = "disable" |
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 | UNLOCK = "unlock" |
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. Values: status, disable, read-only, write-only, unlock.
A set of string constants for the parameter <member name="lock_type">.
Definition at line 34 of file LockTable.cs.
const string kinetica.LockTableRequest.LockType.DISABLE = "disable" |
Allow no read/write operations
Definition at line 41 of file LockTable.cs.
const string kinetica.LockTableRequest.LockType.READ_ONLY = "read-only" |
Allow only read operations
Definition at line 44 of file LockTable.cs.
const string kinetica.LockTableRequest.LockType.STATUS = "status" |
Show locked status
Definition at line 38 of file LockTable.cs.
const string kinetica.LockTableRequest.LockType.UNLOCK = "unlock" |
Allow all read/write operations
Definition at line 50 of file LockTable.cs.
const string kinetica.LockTableRequest.LockType.WRITE_ONLY = "write-only" |
Allow only write operations
Definition at line 47 of file LockTable.cs.