Table of Contents

Class DocumentsWindow

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.

public static KeywordDocumentsWindowBoundary Current { get; }

Property Value

KeywordDocumentsWindowBoundary

LowerBoundary

The lower boundary.

public DocumentsWindowBoundary LowerBoundary { get; }

Property Value

DocumentsWindowBoundary

Unbounded

Returns an "unbounded" documents window boundary.

public static KeywordDocumentsWindowBoundary Unbounded { get; }

Property Value

KeywordDocumentsWindowBoundary

UpperBoundary

The upper boundary.

public DocumentsWindowBoundary UpperBoundary { get; }

Property Value

DocumentsWindowBoundary

Methods

Create(KeywordDocumentsWindowBoundary, KeywordDocumentsWindowBoundary)

Creates a documents window.

public static DocumentsWindow Create(KeywordDocumentsWindowBoundary lowerBoundary, KeywordDocumentsWindowBoundary upperBoundary)

Parameters

lowerBoundary KeywordDocumentsWindowBoundary

The lower boundary.

upperBoundary KeywordDocumentsWindowBoundary

The upper boundary.

Returns

DocumentsWindow

A documents window.

Create(KeywordDocumentsWindowBoundary, int)

Creates a documents window.

public static DocumentsWindow Create(KeywordDocumentsWindowBoundary lowerBoundary, int upperBoundary)

Parameters

lowerBoundary KeywordDocumentsWindowBoundary

The lower boundary.

upperBoundary int

The upper boundary.

Returns

DocumentsWindow

A documents window.

Create(int, KeywordDocumentsWindowBoundary)

Creates a documents window.

public static DocumentsWindow Create(int lowerBoundary, KeywordDocumentsWindowBoundary upperBoundary)

Parameters

lowerBoundary int

The lower boundary.

upperBoundary KeywordDocumentsWindowBoundary

The upper boundary.

Returns

DocumentsWindow

A documents window.

Create(int, int)

Creates a documents window.

public static DocumentsWindow Create(int lowerBoundary, int upperBoundary)

Parameters

lowerBoundary int

The lower boundary.

upperBoundary int

The upper boundary.

Returns

DocumentsWindow

A documents window.

ToString()

public override string ToString()

Returns

string