PushUpdateOperation Class

Definition

public sealed class PushUpdateOperation : Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateOperationWithModifier<object[]>
type PushUpdateOperation = class
    inherit UpdateOperationWithModifier<obj[]>
Public NotInheritable Class PushUpdateOperation
Inherits UpdateOperationWithModifier(Of Object())
Inheritance

Constructors

PushUpdateOperation(String, Object[])
PushUpdateOperation(String, Object[], List<UpdateModifier>)

Properties

Field (Inherited from UpdateOperation<TValue>)
Modifiers (Inherited from UpdateOperationWithModifier<TValue>)
Position (Inherited from UpdateOperationWithModifier<TValue>)
Slice (Inherited from UpdateOperationWithModifier<TValue>)
Type (Inherited from UpdateOperation)
Value (Inherited from UpdateOperation<TValue>)

Applies to