Please enter search query.
Search <book_title>...
Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0
Last Published:
2021-01-01
Product(s):
NetBackup (9.0.0.1, 9.0)
- Introduction to NetBackup XBSA
- How to set up the SDK
- Using the NetBackup XBSA interface
- NetBackup XBSA data structures
- NetBackup XBSA environment
- XBSA sessions and transactions
- Creating a NetBackup XBSA application
- How to build an XBSA application
- How to run a NetBackup XBSA application
- API reference
- Function calls
- Function specifications
- Type definitions
- Process flow and troubleshooting
- How to use the sample files
- Support and updates
- Appendix A. Register authorized locations
BSA_ObjectStatus
The BSA_ObjectStatus enumeration describes the current status of the NetBackup XBSA object. It is defined as follows:
typedef enum { BSA_ObjectStatus_ANY = 1, BSA_ObjectStatus_MOST_RECENT = 2, BSA_ObjectStatus_NOT_MOST_RECENT = 3 } BSA_ObjectStatus;
The meaning of the enumeration values is as follows:
Table: BSA_ObjectStatus Enumeration Values
Constant | Value | Definition |
---|---|---|
ANY | 1 | Provides a wildcard function. Can only be used in queries. |
MOST_RECENT | 2 | Indicates that this is the most recent backup copy of an object. |
NOT_MOST_RECENT | 3 | Indicates that this is not the most recent backup copy, or that the object itself no longer exists. |