Click or drag to resize
MongoServerSettingsClusterConfigurator Property
Gets or sets the cluster configurator.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.4.1
Syntax
public Action<ClusterBuilder> ClusterConfigurator { get; set; }

Property Value

Type: ActionClusterBuilder
See Also