CosmosBatchOperationResult
Represents a result for a specific operation that was part of a TransactionalBatch request.@Beta(value=V4_7_0, warningText="Preview API - subject to change in non-backwards compatible way") @Deprecated public final class TransactionalBatchOperationResult extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getETag()
Deprecated.
|
<T> T |
getItem(Class<T> type)
Deprecated.
|
CosmosItemOperation |
getOperation()
Deprecated.
|
double |
getRequestCharge()
Deprecated.
|
Duration |
getRetryAfterDuration()
Deprecated.
|
int |
getStatusCode()
Deprecated.
|
int |
getSubStatusCode()
Deprecated.
|
boolean |
isSuccessStatusCode()
Deprecated.
|
@Beta(value=V4_7_0, warningText="Preview API - subject to change in non-backwards compatible way") @Deprecated public String getETag()
@Beta(value=V4_7_0, warningText="Preview API - subject to change in non-backwards compatible way") @Deprecated public double getRequestCharge()
For more information about the RU and factors that can impact the effective charges please visit Request Units in Azure Cosmos DB
@Beta(value=V4_7_0, warningText="Preview API - subject to change in non-backwards compatible way") @Deprecated public <T> T getItem(Class<T> type)
T - the type parametertype - class type for which deserialization is needed.@Beta(value=V4_7_0, warningText="Preview API - subject to change in non-backwards compatible way") @Deprecated public Duration getRetryAfterDuration()
@Beta(value=V4_7_0, warningText="Preview API - subject to change in non-backwards compatible way") @Deprecated public int getSubStatusCode()
@Beta(value=V4_7_0, warningText="Preview API - subject to change in non-backwards compatible way") @Deprecated public boolean isSuccessStatusCode()
true if the current operation completed successfully; false otherwise.@Beta(value=V4_7_0, warningText="Preview API - subject to change in non-backwards compatible way") @Deprecated public int getStatusCode()
@Beta(value=V4_7_0, warningText="Preview API - subject to change in non-backwards compatible way") @Deprecated public CosmosItemOperation getOperation()
Copyright © 2021. All rights reserved.