Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0
  3. Using the NetBackup XBSA interface
  4. NetBackup XBSA data structures
  5. Object data
Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0

Object data

NetBackup XBSA object data contains the actual data entity that is archived or backed up by an XBSA application. The NetBackup XBSA API supports only one type of object data, which is a variable-length, unstructured and uninterpreted byte-stream.

To a specific XBSA application, however, the XBSA object data can contain an internal structure that reflects the data of the application objects that the XBSA application has archived or backed up. In this context, the XBSA object data can contain one of the following examples: a UNIX file system, a UNIX directory, a file, a document, a disk image, a data stream, or a memory dump.

Through the NetBackup XBSA interface, object data can be stored, retrieved, or deleted, but not searched or modified. Since the object data can be stored on slow (or offline) media, it is generally not advisable for an XBSA application to store metadata in object data, especially the information that can influence a data-retrieval decision.

However, the metadata of an XBSA object, that is stored in the catalog, can be replicated in its object data if it enhances the performance of the object restore. This is an XBSA application implementation decision.

Feedback

Was this page helpful?
Previous

NetBackup XBSA data structures

Next

Object descriptors

Feedback

Was this page helpful?