Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subpartitioning: Adds APIs for public release and increase REST API version #3763

Merged
merged 12 commits into from
Mar 21, 2023
Prev Previous commit
Next Next commit
changed name in comments to subpartitioning from multihash
  • Loading branch information
NaluTripician committed Mar 17, 2023
commit 4af081ffb751fd7ecc553d3f2586662b2bad7695
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public ContainerProperties(string id, string partitionKeyPath)
/// Initializes a new instance of the <see cref="ContainerProperties"/> class for the Azure Cosmos DB service.
/// </summary>
/// <param name="id">The Id of the resource in the Azure Cosmos service.</param>
/// <param name="partitionKeyPaths">The paths of a mulihashed partition key. Example: ["/state", "/city"]</param>
/// <param name="partitionKeyPaths">The paths of a subpartitioned partition keys. Example: ["/state", "/city"]</param>
NaluTripician marked this conversation as resolved.
Show resolved Hide resolved
public ContainerProperties(string id, IReadOnlyList<string> partitionKeyPaths)
{
this.Id = id;
Expand Down