Click or drag to resize

FindOpcodeOperationTDocumentMaxScan Property

Note: This API is now obsolete.

Gets or sets the max scan.

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
[ObsoleteAttribute("MaxScan was deprecated in server version 4.0.")]
public Nullable<int> MaxScan { get; set; }

Property Value

Type: NullableInt32
The max scan.
See Also