Table of Contents

Class ListCollectionsOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for a list collections operation.

public sealed class ListCollectionsOptions
Inheritance
ListCollectionsOptions
Inherited Members

Properties

BatchSize

Gets or sets the batch size.

public int? BatchSize { get; set; }

Property Value

int?

Comment

Gets or sets the comment.

public BsonValue Comment { get; set; }

Property Value

BsonValue

Filter

Gets or sets the filter.

public FilterDefinition<BsonDocument> Filter { get; set; }

Property Value

FilterDefinition<BsonDocument>