Skip to main content

A set of string constants for the parameter LockTableRequest.lock_type. More…

Static Public Attributes

const string STATUS = “status”
 Show locked status.
 
const string NO_ACCESS = “no_access”
 Allow no read/write operations.
 
const string READ_ONLY = “read_only”
 Allow only read operations.
 
const string WRITE_ONLY = “write_only”
 Allow only write operations.
 
const string READ_WRITE = “read_write”
 Allow all read/write operations.
 

Detailed Description

A set of string constants for the parameter LockTableRequest.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 35 of file LockTable.cs.

Member Data Documentation

◆ NO_ACCESS

const string kinetica.LockTableRequest.LockType.NO_ACCESS = “no_access”
static

Allow no read/write operations.

Definition at line 41 of file LockTable.cs.

◆ READ_ONLY

const string kinetica.LockTableRequest.LockType.READ_ONLY = “read_only”
static

Allow only read operations.

Definition at line 44 of file LockTable.cs.

◆ READ_WRITE

const string kinetica.LockTableRequest.LockType.READ_WRITE = “read_write”
static

Allow all read/write operations.

Definition at line 50 of file LockTable.cs.

◆ STATUS

const string kinetica.LockTableRequest.LockType.STATUS = “status”
static

Show locked status.

Definition at line 38 of file LockTable.cs.

◆ WRITE_ONLY

const string kinetica.LockTableRequest.LockType.WRITE_ONLY = “write_only”
static

Allow only write operations.

Definition at line 47 of file LockTable.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/LockTable.cs
  • Kinetica/Protocol/LockTable.cs