Modifier and Type | Method and Description |
---|---|
CosmosContainer |
CosmosContainerResponse.getContainer()
Gets the Container object
|
CosmosContainer |
CosmosDatabase.getContainer(String id)
Gets a CosmosContainer object without making a service call
|
Modifier and Type | Method and Description |
---|---|
static <T> FeedResponse<T> |
ItemOperations.readMany(CosmosContainer container,
List<org.apache.commons.lang3.tuple.Pair<String,PartitionKey>> itemKeyList,
Class<T> klass)
Note: although this method is public, it is not part of public API and may change in future.
|
Constructor and Description |
---|
CosmosStoredProcedure(String id,
CosmosContainer container,
CosmosAsyncStoredProcedure storedProcedure)
Instantiates a new Cosmos sync stored procedure.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.