UpdateOperationWithModifier<TValue> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UpdateOperationWithModifier<TValue>(UpdateOperationType, String, TValue) | |
UpdateOperationWithModifier<TValue>(UpdateOperationType, String, TValue, List<UpdateModifier>) |
UpdateOperationWithModifier<TValue>(UpdateOperationType, String, TValue)
public UpdateOperationWithModifier(Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateOperationType type, string field, TValue value);
new Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateOperationWithModifier<'Value> : Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateOperationType * string * 'Value -> Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateOperationWithModifier<'Value>
Public Sub New (type As UpdateOperationType, field As String, value As TValue)
Parameters
- type
- UpdateOperationType
- field
- String
- value
- TValue
Applies to
UpdateOperationWithModifier<TValue>(UpdateOperationType, String, TValue, List<UpdateModifier>)
public UpdateOperationWithModifier(Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateOperationType type, string field, TValue value, System.Collections.Generic.List<Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateModifier> modifiers);
new Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateOperationWithModifier<'Value> : Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateOperationType * string * 'Value * System.Collections.Generic.List<Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateModifier> -> Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateOperationWithModifier<'Value>
Public Sub New (type As UpdateOperationType, field As String, value As TValue, modifiers As List(Of UpdateModifier))
Parameters
- type
- UpdateOperationType
- field
- String
- value
- TValue
- modifiers
- List<UpdateModifier>
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET