Class RangeWindow
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents a range window for a SetWindowFields window method.
public sealed class RangeWindow : SetWindowFieldsWindow
Inheritance
RangeWindow
Inherited Members
Properties
Returns a "current" range window boundary.
The lower boundary.
Returns an "unbounded" range window boundary.
The upper boundary.
Methods
Create(KeywordRangeWindowBoundary, KeywordRangeWindowBoundary)
Creates a range window.
Create(KeywordRangeWindowBoundary, TimeRangeWindowBoundary)
Creates a range window.
Create(TimeRangeWindowBoundary, KeywordRangeWindowBoundary)
Creates a range window.
Create(TimeRangeWindowBoundary, TimeRangeWindowBoundary)
Creates a range window.
Create(KeywordRangeWindowBoundary, TValue)
Creates a range window.
Create(TValue, KeywordRangeWindowBoundary)
Creates a range window.
Creates a range window.
Returns a time range in days.
Returns a time range in hours.
Returns a time range in milliseconds.
Returns a time range in minutes.
Returns a time range in months.
Returns a time range in quarters.
Returns a time range in seconds.
Returns a string that represents the current object.
Returns a time range in weeks.
Returns a time range in years.