Closed NoCopy closed 6 years ago
Not sure if this was an emulator issue only but in the proper cosmos db environment this appears to be working. I also went back and checked, with the latest cosmos db emulator installed this also appears ok. Closing issue.
I have tried submitting 'offerThroughput:20000' and just 'throughput:20000' but both options end up at 5100(?!). Looking at the REST API I understand it accepts a request header however it looks like that is being translated by this node lib?
AND
I am creating a partition key as well
Full options (in COLLECTION):
COSMOS: { DB: 'XXX', COLLECTION: { 'id': 'YYY', 'offerThroughput': 20000, 'partitionKey': { 'paths': [ '/ZZZ' ], 'kind': 'Hash' } } }
Also, I apologize for the formatting of the code object, I tried 100 different f**king space options but no idea what markdown expects today; so I chose to get on my with my life.