Class ConnectionPoolConfig
The managed connection pooling configuration.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class ConnectionPoolConfig : IDirectResponseSchema
Properties
ConnectionPoolingEnabled
Whether managed connection pooling is enabled.
Declaration
[JsonProperty("connectionPoolingEnabled")]
public virtual bool? ConnectionPoolingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Flags
Optional. List of connection pool configuration flags.
Declaration
[JsonProperty("flags")]
public virtual IList<ConnectionPoolFlags> Flags { get; set; }
Property Value
Type | Description |
---|---|
IList<ConnectionPoolFlags> |