Table of Contents

Class DensifyKeywordDateTimeBounds

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents a keyword DateTime densify bounds.

public sealed class DensifyKeywordDateTimeBounds : DensifyDateTimeBounds
Inheritance
DensifyKeywordDateTimeBounds
Inherited Members

Properties

Keyword

Gets the keyword.

public string Keyword { get; }

Property Value

string

Methods

Render()

Renders the bounds as a BsonValue.

public override BsonValue Render()

Returns

BsonValue

The rendered bounds.