Package | Description |
---|---|
com.azure.cosmos |
This package provides interfaces for interacting with Azure Cosmos DB.
|
Modifier and Type | Method and Description |
---|---|
<T> FeedResponse<T> |
CosmosContainer.readMany(List<CosmosItemIdentity> itemIdentityList,
Class<T> classType)
Reads many documents.
|
<T> FeedResponse<T> |
CosmosContainer.readMany(List<CosmosItemIdentity> itemIdentityList,
String sessionToken,
Class<T> classType)
Reads many documents.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.