Cloud SQL Admin V1 API - Module Google::Cloud::Sql::V1::PerformanceCaptureConfig::TransactionKillType (v0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-01 UTC."],[],[]]