Freigeben über


IUpdate Schnittstelle

Definition

Das gesamte Gremlin Graph-Update als Teil des übergeordneten Updates.

public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithConflictResolutionPolicy, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithDefaultTtl, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithIndexingPolicy, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithPartitionKey, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithThroughput, Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IWithUniqueKeyPolicy, Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinGraph.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithOptions
    interface IWithOptions<IUpdate>
    interface IWithThroughput
    interface IWithThroughput<IUpdate>
    interface IWithIndexingPolicy
    interface IWithPartitionKey
    interface IWithDefaultTtl
    interface IWithUniqueKeyPolicy
    interface IWithConflictResolutionPolicy
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithConflictResolutionPolicy, IWithDefaultTtl, IWithIndexingPolicy, IWithOptions, IWithOptions(Of IUpdate), IWithPartitionKey, IWithThroughput, IWithThroughput(Of IUpdate), IWithUniqueKeyPolicy
Implementiert

Methoden

Parent()

Das gesamte Gremlin Graph-Update als Teil des übergeordneten Updates.

(Geerbt von ISettable<ParentT>)
UpdateIndexingPolicy()

Startet die Aktualisierung der Indizierungsrichtlinie.

(Geerbt von IWithIndexingPolicy)
WithConflictResolutionPolicy(ConflictResolutionPolicy)

Gibt die Konfliktlösungsrichtlinie an.

(Geerbt von IWithConflictResolutionPolicy)
WithDefaultTtl(Int32)

Gibt die Standardzeit an.

(Geerbt von IWithDefaultTtl)
WithIndexingPolicy(IndexingPolicy)

Gibt die Indizierungsrichtlinie an.

(Geerbt von IWithIndexingPolicy)
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>)
WithoutConflictResolutionPolicy()

Entfernt die Konfliktlösungsrichtlinie.

(Geerbt von IWithConflictResolutionPolicy)
WithoutDefaultTtl()

Entfernt die Standardttl.

(Geerbt von IWithDefaultTtl)
WithoutIndexingPolicy()

Entfernt die Indizierungsrichtlinie.

(Geerbt von IWithIndexingPolicy)
WithoutOption(String)

Entfernt eine Option.

(Geerbt von IWithOptions<ReturnT>)
WithoutOptions()

Entfernt alle Optionen.

(Geerbt von IWithOptions<ReturnT>)
WithoutPartitionKey()

Entfernt den Containerpartitionsschlüssel.

(Geerbt von IWithPartitionKey)
WithoutUniqueKeyPolicy()

Entfernt die Eindeutige Schlüsselrichtlinie.

(Geerbt von IWithUniqueKeyPolicy)
WithPartitionKey(ContainerPartitionKey)

Gibt den Containerpartitionsschlüssel an.

(Geerbt von IWithPartitionKey)
WithPartitionKey(IList<String>, PartitionKind, Nullable<Int32>)

Gibt den Containerpartitionsschlüssel an.

(Geerbt von IWithPartitionKey)
WithThroughput(Int32)

Gibt den Durchsatzwert an.

(Geerbt von IWithThroughput<ReturnT>)
WithUniqueKey(UniqueKey)

Gibt einen eindeutigen Schlüssel an.

(Geerbt von IWithUniqueKeyPolicy)
WithUniqueKeyPolicy(UniqueKeyPolicy)

Gibt die Eindeutige Schlüsselrichtlinie an.

(Geerbt von IWithUniqueKeyPolicy)
WithUniqueKeys(IList<UniqueKey>)

Fügt die Liste des eindeutigen Schlüssels an.

(Geerbt von IWithUniqueKeyPolicy)

Gilt für: