Click or drag to resize
FindOperationTDocumentMaxScan Property
Gets or sets the max scan.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public Nullable<int> MaxScan { get; set; }

Property Value

Type: NullableInt32
The max scan.
See Also