Reference documentation and code samples for the Cloud SQL Admin V1 API module Google::Cloud::Sql::V1::PerformanceCaptureConfig::TransactionKillType.
Defines the categories of long-running transactions eligible for automatic termination by the Performance Capture.
Constants
TRANSACTION_KILL_TYPE_UNSPECIFIED
value: 0
Unspecified.
READ_ONLY_TRANSACTIONS
value: 1
Only read-only transactions are eligible for termination.
ALL_TRANSACTIONS
value: 2
All transactions are eligible for termination, including those with write
operations (such as INSERT, UPDATE, DELETE, or DDL).