Class ListDatabasesOptions
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
Filter
Gets or sets the filter.
public FilterDefinition<BsonDocument> Filter { get; set; }
Property Value
NameOnly
Gets or sets the NameOnly flag.
public bool? NameOnly { get; set; }
Property Value
- bool?