Partager via


IWithIndex Interface

Définition

Étape de la mise à jour de la collection Mongo permettant de définir des index.

public interface IWithIndex
type IWithIndex = interface
Public Interface IWithIndex
Dérivé

Méthodes

WithIndex(MongoIndex)

Spécifie un index mongo.

WithIndex(MongoIndexKeys, MongoIndexOptions)

Spécifie un index mongo.

WithIndexesAppend(IList<MongoIndex>)

Ajoute tous les index mongo aux index actuels.

WithIndexesReplace(IList<MongoIndex>)

Remplace les index mongo.

WithoutIndexes()

Supprime tous les index mongo.

S’applique à