Package com.gpudb.protocol
Class CreateBackupRequest.BackupObjectsMap
- java.lang.Object
-
- com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
-
- Enclosing class:
- CreateBackupRequest
public static final class CreateBackupRequest.BackupObjectsMap extends Object
A set of string constants for theCreateBackupRequestparameterbackupObjectsMap.Map of objects to be captured in the backup; must be specified when creating a full snapshot and left unspecified when creating an incremental or differential snapshot.
-
-
Field Summary
Fields Modifier and Type Field Description static StringALLAll object types and data contained in the given schema(s).static StringCATALOGData Lake catalog that is external to the database.static StringCONTEXTstatic StringCREDENTIALstatic StringDATASINKstatic StringDATASOURCEstatic StringFUNCTION_ENVIRONMENTstatic StringGRAPHGraph(s) definition.static StringMONITORstatic StringRESOURCE_GROUPstatic StringROLERole(s), role members (roles or users, recursively), and associated permissions.static StringSTORED_PROCEDUREstatic StringTABLETable(s) and SQL view(s).static StringUSERUser(s) (internal and external) and associated permissions.static StringUSER_DEFINED_FUNCTION
-
-
-
Field Detail
-
ALL
public static final String ALL
All object types and data contained in the given schema(s).- See Also:
- Constant Field Values
-
CATALOG
public static final String CATALOG
Data Lake catalog that is external to the database.- See Also:
- Constant Field Values
-
CONTEXT
public static final String CONTEXT
- See Also:
- Constant Field Values
-
CREDENTIAL
public static final String CREDENTIAL
- See Also:
- Constant Field Values
-
DATASINK
public static final String DATASINK
- See Also:
- Constant Field Values
-
DATASOURCE
public static final String DATASOURCE
- See Also:
- Constant Field Values
-
FUNCTION_ENVIRONMENT
public static final String FUNCTION_ENVIRONMENT
- See Also:
- Constant Field Values
-
GRAPH
public static final String GRAPH
Graph(s) definition.- See Also:
- Constant Field Values
-
MONITOR
public static final String MONITOR
- See Also:
- Constant Field Values
-
RESOURCE_GROUP
public static final String RESOURCE_GROUP
- See Also:
- Constant Field Values
-
ROLE
public static final String ROLE
Role(s), role members (roles or users, recursively), and associated permissions.- See Also:
- Constant Field Values
-
STORED_PROCEDURE
public static final String STORED_PROCEDURE
- See Also:
- Constant Field Values
-
TABLE
public static final String TABLE
Table(s) and SQL view(s). Active subscriptions on any tables to be backed up will be temporarily suspended while the backup is active.- See Also:
- Constant Field Values
-
USER
public static final String USER
User(s) (internal and external) and associated permissions.- See Also:
- Constant Field Values
-
USER_DEFINED_FUNCTION
public static final String USER_DEFINED_FUNCTION
- See Also:
- Constant Field Values
-
-