AlloyDB v1alpha API - Enum Instance.Types.ConnectionPoolConfig.Types.PoolMode (1.0.0-alpha12)

public enum Instance.Types.ConnectionPoolConfig.Types.PoolMode

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

The pool mode. Defaults to POOL_MODE_TRANSACTION.

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.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.