Skip to content

Commit 4945c1e

Browse files
author
Aleksander Sleire
committed
Fix PartitionKeyRange property name 'maxInclusive' -> 'maxExclusive'
1 parent 8cec4b0 commit 4945c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/account/collection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default class Collection extends Item {
2222
this.partitionKeyRanges.create({
2323
id: 0,
2424
minInclusive: "",
25-
maxInclusive: "FF",
25+
maxExclusive: "FF",
2626
ridPrefix: 0,
2727
throughputFraction: 1,
2828
status: "online",

0 commit comments

Comments
 (0)