Class DocumentsWindow

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

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Represents a documents window for a SetWindowFields window method.

public sealed class DocumentsWindow : SetWindowFieldsWindow

Inheritance

DocumentsWindow

Inherited Members

Properties

Current

Returns a "current" documents window boundary.

LowerBoundary

The lower boundary.

Unbounded

Returns an "unbounded" documents window boundary.

UpperBoundary

The upper boundary.

Methods

Create(KeywordDocumentsWindowBoundary, KeywordDocumentsWindowBoundary)

Creates a documents window.

Create(KeywordDocumentsWindowBoundary, int)

Creates a documents window.

Create(int, KeywordDocumentsWindowBoundary)

Creates a documents window.

Create(int, int)

Creates a documents window.

ToString()

Returns a string that represents the current object.