Table of Contents

Class ListCollectionNamesOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for a list collection names operation.

public sealed class ListCollectionNamesOptions
Inheritance
ListCollectionNamesOptions
Inherited Members

Properties

AuthorizedCollections

Gets or sets the AuthorizedCollections flag.

public bool? AuthorizedCollections { get; set; }

Property Value

bool?

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>