Freigeben über


TransactionalBatch.PatchItem Methode

Definition

Fügt einen Vorgang hinzu, um ein Element in den Batch zu patchen.

public abstract Microsoft.Azure.Cosmos.TransactionalBatch PatchItem (string id, System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Cosmos.PatchOperation> patchOperations, Microsoft.Azure.Cosmos.TransactionalBatchPatchItemRequestOptions requestOptions = default);
abstract member PatchItem : string * System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Cosmos.PatchOperation> * Microsoft.Azure.Cosmos.TransactionalBatchPatchItemRequestOptions -> Microsoft.Azure.Cosmos.TransactionalBatch
Public MustOverride Function PatchItem (id As String, patchOperations As IReadOnlyList(Of PatchOperation), Optional requestOptions As TransactionalBatchPatchItemRequestOptions = Nothing) As TransactionalBatch

Parameter

id
String

Die eindeutige ID des Elements.

patchOperations
IReadOnlyList<PatchOperation>

Stellt eine Liste von Vorgängen dar, die sequenziell auf das verwiesene Cosmos-Element angewendet werden sollen.

requestOptions
TransactionalBatchPatchItemRequestOptions

(Optional) Die Optionen für die Elementanforderung.

Gibt zurück

Der Transaktionsbatch instance, wobei der Vorgang hinzugefügt wurde.

Gilt für: