Partager via


IWithIndex<ParentT> Interface

Définition

Étape de la définition de la collection mongo permettant de définir des index.

public interface IWithIndex<ParentT>
type IWithIndex<'ParentT> = interface
Public Interface IWithIndex(Of ParentT)

Paramètres de type

ParentT

Étape de la définition parente à laquelle revenir après l’attachement de cette définition.

Dérivé

Méthodes

WithIndex(MongoIndex)

Spécifie un index mongo.

WithIndex(MongoIndexKeys, MongoIndexOptions)

Spécifie un index mongo.

WithIndexes(IList<MongoIndex>)

Ajoute tous les index mongo aux index actuels.

S’applique à