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
Query - finding an object descriptor
The XBSA application can query the NetBackup XBSA interface for XBSA objects that have been created. The BSAQueryObject() call is used to query the NetBackup catalog for these objects. The query is based on a subset of the object descriptor attributes, contained in a query descriptor. If the result of the query is multiple object descriptors, BSAQueryObject() returns the first (most recent) object and the rest can be retrieved one object descriptor at a time by using a succession of BSAGetNextQueryObject() calls.