Table of Contents

Class ListIndexesOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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; }

Property Value

BsonValue