Table of Contents

Method GetCreateIndexOptionsConfigurationSource

Namespace
MongoDB.EntityFrameworkCore.Extensions
Assembly
MongoDB.EntityFrameworkCore.dll

GetCreateIndexOptionsConfigurationSource(IConventionIndex)

Gets the ConfigurationSource for the create index options of the index.

public static ConfigurationSource? GetCreateIndexOptionsConfigurationSource(this IConventionIndex index)

Parameters

index IConventionIndex

The IConventionIndex to get the options for.

Returns

ConfigurationSource?

The ConfigurationSource for the name of the index in the database.