Property NoCursorTimeout
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
NoCursorTimeout
Gets or sets a value indicating whether the server will not timeout the cursor.
public bool? NoCursorTimeout { get; set; }
Property Value
- bool?
true
if the server will not timeout the cursor; otherwise,false
.