ConnectionPoolElement Name Property Couchbase .NET SDK 2.1.0 Documentation
The name for the connection pool.

Namespace: Couchbase.Configuration.Client.Providers
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public string Name { get; set; }

Property Value

Type: String
Remarks
This is used internally and does not need to be set or customized.
See Also