|
Kinetica C# API
Version 7.2.3.1
|
A set of string constants for the parameter lock_type. 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... | |
A set of string constants for the parameter lock_type.
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.
Definition at line 33 of file LockTable.cs.
| const string LockTableRequest.LockType.NO_ACCESS = "no_access" |
Allow no read/write operations.
Definition at line 39 of file LockTable.cs.
| const string LockTableRequest.LockType.READ_ONLY = "read_only" |
Allow only read operations.
Definition at line 42 of file LockTable.cs.
| const string LockTableRequest.LockType.READ_WRITE = "read_write" |
Allow all read/write operations.
Definition at line 48 of file LockTable.cs.
| const string LockTableRequest.LockType.STATUS = "status" |
Show locked status.
Definition at line 36 of file LockTable.cs.
| const string LockTableRequest.LockType.WRITE_ONLY = "write_only" |
Allow only write operations.
Definition at line 45 of file LockTable.cs.