Skip to content

Commit 97f51c9

Browse files
authored
Added H2 heading. Altered tab names.
1 parent 18ee920 commit 97f51c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/cosmos-db/cassandra/find-request-unit-charge-cassandra.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ This article presents the different ways you can find the [request unit](../requ
2121

2222
When you perform operations against the Azure Cosmos DB Cassandra API, the RU charge is returned in the incoming payload as a field named `RequestCharge`. You have multiple options for retrieving the RU charge.
2323

24-
### [.NET SDK](#tab/dotnet-sdk)
24+
## Use a Cassandra Driver
25+
26+
### [.NET Driver](#tab/dotnet-driver)
2527

2628
When you use the [.NET SDK](https://www.nuget.org/packages/CassandraCSharpDriver/), you can retrieve the incoming payload under the `Info` property of a `RowSet` object:
2729

@@ -32,7 +34,7 @@ double requestCharge = BitConverter.ToDouble(rowSet.Info.IncomingPayload["Reques
3234

3335
For more information, see [Quickstart: Build a Cassandra app by using the .NET SDK and Azure Cosmos DB](manage-data-dotnet.md).
3436

35-
### [Java SDK](#tab/java-sdk)
37+
### [Java Driver](#tab/java-driver)
3638

3739
When you use the [Java SDK](https://mvnrepository.com/artifact/com.datastax.cassandra/cassandra-driver-core), you can retrieve the incoming payload by calling the `getExecutionInfo()` method on a `ResultSet` object:
3840

0 commit comments

Comments
 (0)