IUpdate Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die gesamte Mongo-Sammlung wird als Teil des übergeordneten cosmos db-Kontoupdates aktualisiert.
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)
- Implementiert
Methoden
Parent() |
Die gesamte Mongo-Sammlung wird als Teil des übergeordneten cosmos db-Kontoupdates aktualisiert. (Geerbt von ISettable<ParentT>) |
WithIndex(MongoIndex) |
Gibt einen Mongoindex an. (Geerbt von IWithIndex) |
WithIndex(MongoIndexKeys, MongoIndexOptions) |
Gibt einen Mongoindex an. (Geerbt von IWithIndex) |
WithIndexesAppend(IList<MongoIndex>) |
Fügt alle Mongoindizes an aktuelle Indizes an. (Geerbt von IWithIndex) |
WithIndexesReplace(IList<MongoIndex>) |
Ersetzt die Mongoindizes. (Geerbt von IWithIndex) |
WithOption(String, String) |
Gibt eine Option an. (Geerbt von IWithOptions<ReturnT>) |
WithOptionsAppend(IDictionary<String,String>) |
Fügt alle Optionen an aktuelle Optionen an. (Geerbt von IWithOptions<ReturnT>) |
WithOptionsReplace(IDictionary<String,String>) |
Ersetzen Sie die aktuellen Optionen durch neue Optionen. (Geerbt von IWithOptions<ReturnT>) |
WithoutIndexes() |
Entfernt alle Mongoindizes. (Geerbt von IWithIndex) |
WithoutOption(String) |
Entfernt eine Option. (Geerbt von IWithOptions<ReturnT>) |
WithoutOptions() |
Entfernt alle Optionen. (Geerbt von IWithOptions<ReturnT>) |
WithoutShardKey(String) |
Entfernt einen Shardschlüssel. (Geerbt von IWithShardKey) |
WithoutShardKeys() |
Entfernt alle Shardschlüssel. (Geerbt von IWithShardKey) |
WithShardKey(String) |
Gibt einen Shardschlüssel mit der Standardpartitionsart "Hash" an. (Geerbt von IWithShardKey) |
WithShardKey(String, String) |
Gibt einen Shardschlüssel an. (Geerbt von IWithShardKey) |
WithShardKeys(IDictionary<String,String>) |
Fügt alle Shardschlüssel an aktuelle Shardschlüssel an. (Geerbt von IWithShardKey) |
WithThroughput(Int32) |
Gibt den Durchsatzwert an. (Geerbt von IWithThroughput<ReturnT>) |
Gilt für:
Azure SDK for .NET