BSA_CopyType
The BSA_CopyType enumeration describes the type of the operation used to create a NetBackup XBSA object. It is defined as follows:
typedef enum {
BSA_CopyType_ANY = 1,
BSA_CopyType_ARCHIVE = 2,
BSA_CopyType_BACKUP = 3
} BSA_CopyType;The meaning of the enumeration values is as follows:
Table: BSA_CopyType Enumeration Values
Constant | Definition | Value |
|---|---|---|
ANY | 1 | Used for matching any copy type (for example, "backup" or "archive" in the copy type field of structures for selecting query results). |
ARCHIVE | 2 | Specifies that the copy type should be "archive." |
BACKUP | 3 | Specifies that the copy type should be "backup." |