Show / Hide Table of Contents

Class ConnectionPoolConfig

The managed connection pooling configuration.

Inheritance
object
ConnectionPoolConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX