Class ListDatabaseNamesOptions
Options for a list database names operation.
public sealed class ListDatabaseNamesOptions
- Inheritance
-
ListDatabaseNamesOptions
- 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; }