Table of Contents

Class ListDatabasesOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for a list databases operation.

public sealed class ListDatabasesOptions
Inheritance
ListDatabasesOptions
Inherited Members

Properties

AuthorizedDatabases

Gets or sets the AuthorizedDatabases flag.

public bool? AuthorizedDatabases { 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>

NameOnly

Gets or sets the NameOnly flag.

public bool? NameOnly { get; set; }

Property Value

bool?