Click or drag to resize

ClusterOptions Methods

The ClusterOptions type exposes the following members.

Methods
  NameDescription
Public methodWithBuckets
Set the buckets to be used in the cluster.
Public methodWithConnectionString
Set the connection string for the cluster.
Public methodWithCredentials
Set credentials used for authentication.
Public methodWithDnsResolver
Provide a custom IDnsResolver for DNS SRV resolution.
Public methodWithLogging
Set the ILoggerFactory to use for logging.
Public methodWithSerializer
Provide a custom ITypeSerializer.
Public methodWithTranscoder
Provide a custom ITypeTranscoder.
Top
See Also