Uses of Class
com.azure.data.cosmos.CosmosItem
-
Packages that use CosmosItem Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of CosmosItem in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return CosmosItem Modifier and Type Method Description CosmosItem
CosmosContainer. getItem(String id, Object partitionKey)
Gets a CosmosItem object without making a service callCosmosItem
CosmosItemResponse. item()
Gets the CosmosItem
-