Table of Contents

Class DensifyBounds

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents keyword densify bounds.

public sealed class DensifyBounds
Inheritance
DensifyBounds
Inherited Members

Properties

Full

Gets a DensifyBounds representing the "full" bounds.

public static DensifyBounds Full { get; }

Property Value

DensifyBounds

Keyword

Gets the keyword.

public string Keyword { get; }

Property Value

string

Partition

Gets a DensifyBounds representing the "partition" bounds.

public static DensifyBounds Partition { get; }

Property Value

DensifyBounds