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_ApiVersion
The BSA_ApiVersion structure describes the version of the API that is implemented. It is defined as follows:
typedef struct { BSA_UInt16 issue; BSA_UInt16 version; BSA_UInt16 level; } BSA_ApiVersion;
The usage of the structure fields is defined as follows:
Table: BSA_ApiVersion Structure Fields
Field | Description |
---|---|
issue | Issue number of the XBSA specification |
version | Version number of the XBSA specification |
level | NetBackup XBSA-defined version number |
The NetBackup XBSA interface is an implementation of the XBSA Technical Standard (document - C425); the values should be 1,1,0.