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_Vote
Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0

BSA_Vote

The BSA_Vote enumeration describes whether or not the transaction is to be committed. It is defined as follows:

typedef enum {
       BSA_Vote_COMMIT = 1,
       BSA_Vote_ABORT  = 2
       NBBSA_Vote_CONDITIONAL = 99
} BSA_Vote;

The meaning of the enumeration values is as follows:

Table: BSA_Vote Enumeration Values

Constant

Value

Definition

COMMIT

1

The transaction is to be committed.

ABORT

2

The transaction is to be aborted.

CONDITIONAL

99

The transaction is to be committed, report only conditional success.

Feedback

Was this page helpful?
Previous

BSA_ObjectType

Next

Constant values

Feedback

Was this page helpful?