AggregateOptions.MaxTime Property (original) (raw)
AggregateOptionsMaxTime Property
Gets or sets the maximum time.
Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public Nullable MaxTime { get; set; }
Public Property MaxTime As Nullable(Of TimeSpan) Get Set
member MaxTime : Nullable with get, set
Property Value
See Also