Skip to content

Commit 61f8fca

Browse files
committed
add instantScaleUpValue and softMaxQuota response header to throughput GET calls
1 parent 225bc10 commit 61f8fca

10 files changed

+28
-0
lines changed

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/cosmos-db.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7992,6 +7992,16 @@
79927992
"type": "string",
79937993
"description": "The throughput replace is pending",
79947994
"readOnly": true
7995+
},
7996+
"instantScaleUpValue"{
7997+
"type": "integer",
7998+
"description": "The offer throughput value to instantly scale up without triggering splits",
7999+
"readOnly": true
8000+
},
8001+
"softmaxquota"{
8002+
"type": "integer",
8003+
"description": "The offer value beyond which making offer put calls will result in quota errors",
8004+
"readOnly": true
79958005
}
79968006
}
79978007
},

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBCassandraKeyspaceThroughputGet.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"throughput": 400,
2020
"minimumThroughput": "400",
2121
"offerReplacePending": "true",
22+
"instantScaleUpValue": 10000,
23+
"softmaxquota": 1000000,
2224
"_rid": "PD5DALigDgw=",
2325
"_ts": 1459200611,
2426
"_etag": "\"00005900-0000-0000-0000-56f9a2630000\""

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBCassandraTableThroughputGet.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"throughput": 400,
2121
"minimumThroughput": "400",
2222
"offerReplacePending": "true",
23+
"instantScaleUpValue": 10000,
24+
"softmaxquota": 1000000,
2325
"_rid": "PD5DALigDgw=",
2426
"_ts": 1459200611,
2527
"_etag": "\"00005900-0000-0000-0000-56f9a2630000\""

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBGremlinDatabaseThroughputGet.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"throughput": 400,
2020
"minimumThroughput": "400",
2121
"offerReplacePending": "true",
22+
"instantScaleUpValue": 10000,
23+
"softmaxquota": 1000000,
2224
"_rid": "PD5DALigDgw=",
2325
"_ts": 1459200611,
2426
"_etag": "\"00005900-0000-0000-0000-56f9a2630000\""

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBGremlinGraphThroughputGet.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"throughput": 400,
2121
"minimumThroughput": "400",
2222
"offerReplacePending": "true",
23+
"instantScaleUpValue": 10000,
24+
"softmaxquota": 1000000,
2325
"_rid": "PD5DALigDgw=",
2426
"_ts": 1459200611,
2527
"_etag": "\"00005900-0000-0000-0000-56f9a2630000\""

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBMongoDBCollectionThroughputGet.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"throughput": 400,
2121
"minimumThroughput": "400",
2222
"offerReplacePending": "true",
23+
"instantScaleUpValue": 10000,
24+
"softmaxquota": 1000000,
2325
"_rid": "PD5DALigDgw=",
2426
"_ts": 1459200611,
2527
"_etag": "\"00005900-0000-0000-0000-56f9a2630000\""

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBMongoDBDatabaseThroughputGet.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"throughput": 400,
2020
"minimumThroughput": "400",
2121
"offerReplacePending": "true",
22+
"instantScaleUpValue": 10000,
23+
"softmaxquota": 1000000,
2224
"_rid": "PD5DALigDgw=",
2325
"_ts": 1459200611,
2426
"_etag": "\"00005900-0000-0000-0000-56f9a2630000\""

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBSqlContainerThroughputGet.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"throughput": 400,
2121
"minimumThroughput": "400",
2222
"offerReplacePending": "true",
23+
"instantScaleUpValue": 10000,
24+
"softmaxquota": 1000000,
2325
"_rid": "PD5DALigDgw=",
2426
"_ts": 1459200611,
2527
"_etag": "\"00005900-0000-0000-0000-56f9a2630000\""

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBSqlDatabaseThroughputGet.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"throughput": 400,
2020
"minimumThroughput": "400",
2121
"offerReplacePending": "true",
22+
"instantScaleUpValue": 10000,
23+
"softmaxquota": 1000000,
2224
"_rid": "PD5DALigDgw=",
2325
"_ts": 1459200611,
2426
"_etag": "\"00005900-0000-0000-0000-56f9a2630000\""

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-04-15/examples/CosmosDBTableThroughputGet.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"throughput": 400,
2020
"minimumThroughput": "400",
2121
"offerReplacePending": "true",
22+
"instantScaleUpValue": 10000,
23+
"softmaxquota": 1000000,
2224
"_rid": "PD5DALigDgw=",
2325
"_ts": 1459200611,
2426
"_etag": "\"00005900-0000-0000-0000-56f9a2630000\""

0 commit comments

Comments
 (0)