public class CosmosdbUtils extends Object
| Constructor and Description |
|---|
CosmosdbUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends com.azure.data.cosmos.Resource> |
fillAndProcessResponseDiagnostics(ResponseDiagnosticsProcessor responseDiagnosticsProcessor,
com.azure.data.cosmos.CosmosResponse<T> cosmosResponse,
com.azure.data.cosmos.FeedResponse<T> feedResponse) |
static <T> T |
getCopyFrom(T instance) |
public static <T> T getCopyFrom(@NonNull
T instance)
public static <T extends com.azure.data.cosmos.Resource> void fillAndProcessResponseDiagnostics(ResponseDiagnosticsProcessor responseDiagnosticsProcessor, com.azure.data.cosmos.CosmosResponse<T> cosmosResponse, com.azure.data.cosmos.FeedResponse<T> feedResponse)
Copyright © 2020 Microsoft. All rights reserved.