Class DensifyKeywordDateTimeBounds
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
Methods
Render()
Renders the bounds as a BsonValue.
public override BsonValue Render()
Returns
- BsonValue
The rendered bounds.