Click or drag to resize
ReplicaSetConfigEmpty Property
Gets an empty replica set config.

Namespace: MongoDB.Driver.Core.Clusters
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public static ReplicaSetConfig Empty { get; }

Property Value

Type: ReplicaSetConfig
An empty replica set config.
See Also