你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RemoveUpdateOperation<TValue> 类

定义

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)

类型参数

TValue
继承
RemoveUpdateOperation<TValue>

构造函数

RemoveUpdateOperation<TValue>(String, TValue)

属性

Field (继承自 UpdateOperation<TValue>)
Type (继承自 UpdateOperation)
Value (继承自 UpdateOperation<TValue>)

适用于