Click or drag to resize
CreateIndexesUsingCommandOperationRequests Property
Gets the create index requests.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public IEnumerable<CreateIndexRequest> Requests { get; }

Property Value

Type: IEnumerableCreateIndexRequest
The create index requests.
See Also