public static final class LockTableRequest.LockType extends Object
LockTableRequest parameter
lockType.
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.
| Modifier and Type | Field and Description |
|---|---|
static String |
NO_ACCESS
Allow no read/write operations
|
static String |
READ_ONLY
Allow only read operations
|
static String |
READ_WRITE
Allow all read/write operations
|
static String |
STATUS
Show locked status
|
static String |
WRITE_ONLY
Allow only write operations
|
public static final String STATUS
public static final String NO_ACCESS
public static final String READ_ONLY
public static final String WRITE_ONLY
public static final String READ_WRITE
Copyright © 2025. All rights reserved.