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
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>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET