Class ListCollectionsOptions
Options for a list collections operation.
public sealed class ListCollectionsOptions
- Inheritance
-
ListCollectionsOptions
- Inherited Members
Properties
BatchSize
Gets or sets the batch size.
public int? BatchSize { get; set; }
Property Value
- int?
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; }