Compartir a través de


UpdateOperationWithModifier<TValue> Constructores

Definición

Sobrecargas

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)

Parámetros

field
String
value
TValue

Se aplica a

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))

Parámetros

field
String
value
TValue
modifiers
List<UpdateModifier>

Se aplica a