UpdateOperationWithModifier<TValue> コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- type
- UpdateOperationType
- field
- String
- value
- TValue
適用対象
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))
パラメーター
- type
- UpdateOperationType
- field
- String
- value
- TValue
- modifiers
- List<UpdateModifier>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET