Kinetica   C#   API  Version 7.2.3.1
LockTableRequest.LockType Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ NO_ACCESS

const string LockTableRequest.LockType.NO_ACCESS = "no_access"

Allow no read/write operations.

Definition at line 39 of file LockTable.cs.

◆ READ_ONLY

const string LockTableRequest.LockType.READ_ONLY = "read_only"

Allow only read operations.

Definition at line 42 of file LockTable.cs.

◆ READ_WRITE

const string LockTableRequest.LockType.READ_WRITE = "read_write"

Allow all read/write operations.

Definition at line 48 of file LockTable.cs.

◆ STATUS

const string LockTableRequest.LockType.STATUS = "status"

Show locked status.

Definition at line 36 of file LockTable.cs.

◆ WRITE_ONLY

const string LockTableRequest.LockType.WRITE_ONLY = "write_only"

Allow only write operations.

Definition at line 45 of file LockTable.cs.


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