Click or drag to resize

ClusterOptions Properties

The ClusterOptions type exposes the following members.

Properties
  NameDescription
Public propertyAnalyticsTimeout
Public propertyBootstrapHttpPort
Port used for HTTP bootstrapping fallback if other bootstrap methods are not available.
Public propertyBootstrapPollInterval
Used for checking that the SDK has bootstrapped and potentially retrying if not.
Public propertyBuckets
The buckets to be used in the cluster.
Public propertyCircuitBreakerConfiguration
Public propertyConfigIdleRedialTimeout
Public propertyConfigPollFloorInterval
Public propertyConfigPollInterval
Public propertyConnectionString
The connection string for the cluster.
Public propertyStatic memberDefault
Provides a default implementation of ClusterOptions.
Public propertyDnsResolver
Provide a custom IDnsResolver for DNS SRV resolution.
Public propertyEnableCertificateAuthentication
Public propertyEnableCertificateRevocation
Public propertyEnableConfigPolling
Public propertyEnableDnsSrvResolution
Public propertyEnableExpect100Continue
Public propertyEnableMutationTokens
Public propertyEnableOperationDurationTracing
Public propertyEnableOrphanedResponseLogging
Public propertyEnableTcpKeepAlives
Public propertyEnableTls
Overrides the TLS behavior in ConnectionString, enabling or disabling TLS.
Public propertyForceIPv4
Public propertyIdleHttpConnectionTimeout Obsolete.
Public propertyIdleKvConnectionTimeout
Amount of time with no activity before a key/value connection is considered idle.
Public propertyIgnoreRemoteCertificateNameMismatch
Public propertyKvConnectTimeout
Public propertyKvDurabilityTimeout
Public propertyKvTimeout
Public propertyLogging
The ILoggerFactory to use for logging.
Public propertyManagementTimeout
Public propertyMaxHttpConnections
Public propertyMaxKvConnections
Maximum number of connections per key/value node.
Public propertyNumKvConnections
Minimum number of connections per key/value node.
Public propertyPassword
Public propertyQueryTimeout
Public propertyRedactionLevel
Public propertySearchTimeout
Public propertySerializer
Provide a custom ITypeSerializer.
Public propertyTcpKeepAliveInterval
Public propertyTcpKeepAliveTime
Public propertyTranscoder
Provide a custom ITypeTranscoder.
Public propertyUserName
Public propertyViewTimeout
Top
See Also