Class MongoIndexExtensions
- Namespace
- MongoDB.EntityFrameworkCore.Extensions
- Assembly
- MongoDB.EntityFrameworkCore.dll
Index extension methods for MongoDB database metadata.
public static class MongoIndexExtensions
- Inheritance
-
MongoIndexExtensions
- Inherited Members
Methods
- GetCreateIndexOptions(IConventionIndex)
Gets the MongoDB.Driver.CreateIndexOptions options for the index if one is set.
- GetCreateIndexOptionsConfigurationSource(IConventionIndex)
Gets the ConfigurationSource for the create index options of the index.
- SetCreateIndexOptions(IConventionIndex, CreateIndexOptions?, bool)
Sets the MongoDB.Driver.CreateIndexOptions for the index.
- SetCreateIndexOptions(IMutableIndex, CreateIndexOptions?)
Sets the MongoDB.Driver.CreateIndexOptions for the index.