Azure / azure-cosmos-python

🚨🚨🚨This SDK is now maintained at https://github.com/Azure/azure-sdk-for-python 🚨🚨🚨
https://github.com/Azure/azure-sdk-for-python
MIT License
150 stars 141 forks source link

What is offerEnableRUPerMinuteThroughput when creating collections? #127

Closed letmaik closed 4 years ago

letmaik commented 6 years ago

When creating a collection, then offerEnableRUPerMinuteThroughput can be supplied in the options. I couldn't find any documentation on what this really means. In the Azure Portal one must select a "Throughput", there is no option to enable or disable anything.

nuno-andre commented 5 years ago

It was a way of provisioning requests units when you run out your RUs (pp. 258-263) but it was retired.

southpolesteve commented 4 years ago

Closing this issue due to age. Active development of our Python SDK has moved to https://github.com/Azure/azure-sdk-for-python. We have also released 4.0 which includes many updates and new features. If this issue still needs our attention, please reopen it in the new repository.