FindOptionsBaseMaxAwaitTime Property |
Gets or sets the maximum await time for TailableAwait cursors.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public Nullable<TimeSpan> MaxAwaitTime { get; set; }
Public Property MaxAwaitTime As Nullable(Of TimeSpan)
Get
Set
member MaxAwaitTime : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpanSee Also