| Package | Description |
|---|---|
| com.microsoft.azure.documentdb.bulkexecutor | |
| com.microsoft.azure.documentdb.bulkexecutor.internal |
| Modifier and Type | Field and Description |
|---|---|
UpdateOperationType |
UpdateOperationBase.type |
| Constructor and Description |
|---|
UpdateOperationBase(UpdateOperationType type) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateOperationType |
UpdateOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateOperationType[] |
UpdateOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UpdateOperation(UpdateOperationType type,
String field,
TValue value) |
UpdateOperationWithModifier(UpdateOperationType type,
String field,
TValue value,
List<UpdateModifier> modifiers) |
Copyright © 2021. All rights reserved.