次の方法で共有


UpdateOperationWithModifier<TValue> クラス

定義

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)

型パラメーター

TValue
継承
UpdateOperationWithModifier<TValue>
派生

コンストラクター

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

プロパティ

Field (継承元 UpdateOperation<TValue>)
Modifiers
Position
Slice
Type (継承元 UpdateOperation)
Value (継承元 UpdateOperation<TValue>)

適用対象