UpdateOperationWithModifier<TValue> Class

Definition

public abstract class UpdateOperationWithModifier<TValue> : Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateOperation<TValue>
type UpdateOperationWithModifier<'Value> = class
    inherit UpdateOperation<'Value>
Public MustInherit Class UpdateOperationWithModifier(Of TValue)
Inherits UpdateOperation(Of TValue)

Type Parameters

TValue
Inheritance
UpdateOperationWithModifier<TValue>
Derived

Constructors

UpdateOperationWithModifier<TValue>(UpdateOperationType, String, TValue)
UpdateOperationWithModifier<TValue>(UpdateOperationType, String, TValue, List<UpdateModifier>)

Properties

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

Applies to