MongoDbMigrationSettings.Replication Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets describes how changes will be replicated from the source to the target. The default is OneTime. Possible values include: 'Disabled', 'OneTime', 'Continuous'
[Newtonsoft.Json.JsonProperty(PropertyName="replication")]
public string Replication { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="replication")>]
member this.Replication : string with get, set
Public Property Replication As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute