CreateIndexModelTDocumentOptions Property |
Gets the options.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax public CreateIndexOptions<TDocument> Options { get; }
Public ReadOnly Property Options As CreateIndexOptions(Of TDocument)
Get
member Options : CreateIndexOptions<'TDocument> with get
Property Value
Type:
CreateIndexOptionsTDocumentSee Also