AlloyDB v1beta API - Enum Instance.Types.ConnectionPoolConfig.Types.PoolMode (1.0.0-beta12)

public enum Instance.Types.ConnectionPoolConfig.Types.PoolMode

Reference documentation and code samples for the AlloyDB v1beta API enum Instance.Types.ConnectionPoolConfig.Types.PoolMode.

The pool mode. Defaults to POOL_MODE_TRANSACTION.

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Fields

Name Description
Session

Server is released back to pool after a client disconnects.

Transaction

Server is released back to pool after a transaction finishes.

Unspecified

The pool mode is not specified. Defaults to POOL_MODE_TRANSACTION.