We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cec4b0 commit 4945c1eCopy full SHA for 4945c1e
src/account/collection.ts
@@ -22,7 +22,7 @@ export default class Collection extends Item {
22
this.partitionKeyRanges.create({
23
id: 0,
24
minInclusive: "",
25
- maxInclusive: "FF",
+ maxExclusive: "FF",
26
ridPrefix: 0,
27
throughputFraction: 1,
28
status: "online",
0 commit comments