Class DensifyRange

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

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.

Render()

Renders the range as a BsonDocument.

ToString()

Returns a string that represents the current object.