Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class TransactionKillType.
Defines the categories of long-running transactions eligible for automatic termination by the Performance Capture.
Protobuf type google.cloud.sql.v1.PerformanceCaptureConfig.TransactionKillType
Namespace
Google \ Cloud \ Sql \ V1 \ PerformanceCaptureConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TRANSACTION_KILL_TYPE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum TRANSACTION_KILL_TYPE_UNSPECIFIED = 0;
READ_ONLY_TRANSACTIONS
Value: 1Only read-only transactions are eligible for termination.
Generated from protobuf enum READ_ONLY_TRANSACTIONS = 1;
ALL_TRANSACTIONS
Value: 2All transactions are eligible for termination, including those with write operations (such as INSERT, UPDATE, DELETE, or DDL).
Generated from protobuf enum ALL_TRANSACTIONS = 2;