Class ListCollectionNamesOptions
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
Filter
Gets or sets the filter.
public FilterDefinition<BsonDocument> Filter { get; set; }