Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Refactor CosmosItem #106

Closed mbhaskar closed 5 years ago

mbhaskar commented 5 years ago

Redesign getItem CosmosItem can be a resource Identifier

christopheranderson commented 5 years ago

CosmosItem should also require an id and pk. Right now it only takes an id.