Kinetica C# API  Version 7.0.19.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 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...
 

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

Member Data Documentation

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.


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