Class MongoIndexBuilderExtensions
- Namespace
- MongoDB.EntityFrameworkCore.Extensions
- Assembly
- MongoDB.EntityFrameworkCore.dll
MongoDB specific extension methods for IndexBuilder.
public static class MongoIndexBuilderExtensions
- Inheritance
-
MongoIndexBuilderExtensions
- Inherited Members
Methods
- CanSetCreateIndexOptions(IConventionIndexBuilder, CreateIndexOptions?, bool)
Returns a value indicating whether the given MongoDB.Driver.CreateIndexOptions can be set for the index.
- HasCreateIndexOptions(IConventionIndexBuilder, CreateIndexOptions<BsonDocument>?, bool)
Configures the MongoDB.Driver.CreateIndexOptions for the index.
- HasCreateIndexOptions(IndexBuilder, CreateIndexOptions?)
Configures the MongoDB.Driver.CreateIndexOptions for the index.
- HasCreateIndexOptions<TEntity>(IndexBuilder<TEntity>, CreateIndexOptions)
Configures the MongoDB.Driver.CreateIndexOptions for the index.