Azure-Samples / azure-cosmos-java-sql-api-samples

Sample code for Azure Cosmos DB Java SDK for SQL API
MIT License
38 stars 70 forks source link

[Subpartitioning] Adds a sample code for subpartitioning feature demo #25

Closed SrinikhilReddy closed 3 years ago

SrinikhilReddy commented 3 years ago
  1. Demonstrates the usage of new PartitionKeyBuilder class that can take in multiple partition key values to build a partition key object.
  2. Demonstrates the container create with multiple Partition Key paths.
  3. Demonstrated item CRUD with multiple partition key paths