Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.LockTableRequest.LockType Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: