Class ValueRangeWindowBoundary

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

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Represents a value boundary for a range window in SetWindowFields.

public sealed class ValueRangeWindowBoundary<TValue> : ValueRangeWindowBoundary

Type Parameters

TValue

The type of the range window boundary.

Inheritance

object

RangeWindowBoundary

ValueRangeWindowBoundary

ValueRangeWindowBoundary

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.ReferenceEquals(object, object)

Properties

Value

The value.

Methods

ToString()

Returns a string that represents the current object.