Partager via


IUpdate Interface

Définition

L’intégralité de la mise à jour de la collection mongo dans le cadre de la mise à jour du compte cosmos db parent.

public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IWithIndex, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IWithShardKey, Microsoft.Azure.Management.CosmosDB.Fluent.MongoCollection.Update.IWithThroughput, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithOptions
    interface IWithOptions<IUpdate>
    interface IWithThroughput
    interface IWithThroughput<IUpdate>
    interface IWithShardKey
    interface IWithIndex
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithIndex, IWithOptions, IWithOptions(Of IUpdate), IWithShardKey, IWithThroughput, IWithThroughput(Of IUpdate)
Implémente

Méthodes

Parent()

L’intégralité de la mise à jour de la collection mongo dans le cadre de la mise à jour du compte cosmos db parent.

(Hérité de ISettable<ParentT>)
WithIndex(MongoIndex)

Spécifie un index mongo.

(Hérité de IWithIndex)
WithIndex(MongoIndexKeys, MongoIndexOptions)

Spécifie un index mongo.

(Hérité de IWithIndex)
WithIndexesAppend(IList<MongoIndex>)

Ajoute tous les index mongo aux index actuels.

(Hérité de IWithIndex)
WithIndexesReplace(IList<MongoIndex>)

Remplace les index mongo.

(Hérité de IWithIndex)
WithOption(String, String)

Spécifie une option.

(Hérité de IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

Ajoute toutes les options aux options actuelles.

(Hérité de IWithOptions<ReturnT>)
WithOptionsReplace(IDictionary<String,String>)

Remplacez les options actuelles par de nouvelles options.

(Hérité de IWithOptions<ReturnT>)
WithoutIndexes()

Supprime tous les index mongo.

(Hérité de IWithIndex)
WithoutOption(String)

Supprime une option.

(Hérité de IWithOptions<ReturnT>)
WithoutOptions()

Supprime toutes les options.

(Hérité de IWithOptions<ReturnT>)
WithoutShardKey(String)

Supprime une clé de partition.

(Hérité de IWithShardKey)
WithoutShardKeys()

Supprime toutes les clés de partition.

(Hérité de IWithShardKey)
WithShardKey(String)

Spécifie une clé de partition avec le type de partition par défaut « Hachage ».

(Hérité de IWithShardKey)
WithShardKey(String, String)

Spécifie une clé de partition.

(Hérité de IWithShardKey)
WithShardKeys(IDictionary<String,String>)

Ajoute toutes les clés de partition aux clés de partition actuelles.

(Hérité de IWithShardKey)
WithThroughput(Int32)

Spécifie la valeur de débit.

(Hérité de IWithThroughput<ReturnT>)

S’applique à