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