File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -260,20 +260,6 @@ One method for estimating the amount of reserved throughput required by your app
260
260
>
261
261
>
262
262
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 use “x - ms - total - request - charge ” header for Request Units calculations .
275
-
276
-
277
263
## Throughput FAQ
278
264
279
265
** Can I set my throughput to less than 400 RU / s ? **
You can’t perform that action at this time.
0 commit comments