Table of Contents

Method Create

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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.

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(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(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.