Skip to content

Commit f8482f2

Browse files
authored
Merge pull request #48716 from SnehaGunda/issues
Removing Graph get request charge code
2 parents 3b6a6ff + bff5474 commit f8482f2

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

articles/cosmos-db/set-throughput.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -260,20 +260,6 @@ One method for estimating the amount of reserved throughput required by your app
260260
>
261261
>
262262

263-
## <a id="RequestchargeGraphAPI"></a>Get request charge for Gremlin API accounts
264-
265-
Here is a sample on how to get request charge for Gremlin API accounts by using the Gremlin.Net library.
266-
267-
```csharp
268-
269-
var response = await gremlinClient.SubmitAsync<int>(requestMsg, bindings);
270-
var resultSet = response.AsResultSet();
271-
var statusAttributes= resultSet.StatusAttributes;
272-
```
273-
274-
In addition to the above method, you can also usex-ms-total-request-chargeheader for Request Units calculations.
275-
276-
277263
## Throughput FAQ
278264

279265
**Can I set my throughput to less than 400 RU/s?**

0 commit comments

Comments
 (0)