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. API reference
  4. Type definitions
  5. Enumerated types
  6. BSA_ObjectStatus
Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0

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.

Feedback

Was this page helpful?
Previous

BSA_CopyType

Next

BSA_ObjectType

Feedback

Was this page helpful?