PushUpdateOperation 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
| Name | Description |
|---|---|
| PushUpdateOperation(String, Object[]) | |
| PushUpdateOperation(String, Object[], List<UpdateModifier>) |
PushUpdateOperation(String, Object[])
public PushUpdateOperation(string field, object[] value);
new Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.PushUpdateOperation : string * obj[] -> Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.PushUpdateOperation
Public Sub New (field As String, value As Object())
Parameters
- field
- String
- value
- Object[]
Applies to
PushUpdateOperation(String, Object[], List<UpdateModifier>)
public PushUpdateOperation(string field, object[] value, System.Collections.Generic.List<Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateModifier> modifiers);
new Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.PushUpdateOperation : string * obj[] * System.Collections.Generic.List<Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.UpdateModifier> -> Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.PushUpdateOperation
Public Sub New (field As String, value As Object(), modifiers As List(Of UpdateModifier))
Parameters
- field
- String
- value
- Object[]
- modifiers
- List<UpdateModifier>