Azure / azure-cosmosdb-java

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

V3 cosmositem refactoring #120

Closed mbhaskar closed 5 years ago

mbhaskar commented 5 years ago

Cosmos Item now has a CosmosItem client and CosmosItemSetting resource objects. container.getItem() now takes id and partitionkey


This change is Reviewable