Share via


RemoveUpdateOperation<TValue> Class

Definition

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

Type Parameters

TValue
Inheritance
RemoveUpdateOperation<TValue>

Constructors

RemoveUpdateOperation<TValue>(String, TValue)

Properties

Field (Inherited from UpdateOperation<TValue>)
Type (Inherited from UpdateOperation)
Value (Inherited from UpdateOperation<TValue>)

Applies to