IMongoIndexOptions Interface |
A marker interface that represents options for creating an index (see IndexOptionsDocument and the IndexOptions builder).
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public interface IMongoIndexOptions
Public Interface IMongoIndexOptions
type IMongoIndexOptions = interface end
See Also