Class DensifyRange
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents a range for the $densify stage.
public abstract class DensifyRange
Inheritance
DensifyRange
Derived
Inherited Members
Methods
DateTime(DensifyBounds, int, DensifyDateTimeUnit)
Creates a DensifyRange with DateTime bounds.
DateTime(DateTime, DateTime, int, DensifyDateTimeUnit)
Creates a DensifyRange with DateTime bounds.
Numeric(DensifyBounds, TNumber)
Creates a DensifyRange with numeric bounds.
Numeric(TNumber, TNumber, TNumber)
Creates a DensifyRange with numeric bounds.
Renders the range as a BsonDocument.
Returns a string that represents the current object.