UpdateOperationWithModifier<TValue> Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
Parameter
- type
- UpdateOperationType
- field
- String
- value
- TValue
Gilt für:
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))
Parameter
- type
- UpdateOperationType
- field
- String
- value
- TValue
- modifiers
- List<UpdateModifier>
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET