IncUpdateOperation<TValue> Class

Definition

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

Type Parameters

TValue
Inheritance
IncUpdateOperation<TValue>

Constructors

IncUpdateOperation<TValue>(String, TValue)

Properties

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

Applies to