MongoDbProgress.TotalDocuments Property

Definition

Gets or sets the total number of documents on the source at the beginning of the Copying stage, or -1 if the total count was unknown

[Newtonsoft.Json.JsonProperty(PropertyName="totalDocuments")]
public long TotalDocuments { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="totalDocuments")>]
member this.TotalDocuments : int64 with get, set
Public Property TotalDocuments As Long

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to