Skip to content

Commit ab3c5f3

Browse files
committed
Fixing formatting again
1 parent 3fdafb6 commit ab3c5f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/cosmos-db/use-csharp-notebook-features-and commands.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,13 @@ For example:
135135
%%upload --database databaseName --container containerName --url
136136
https://contoso.com/path/to/data.json
137137
```
138-
```
138+
```markdown
139139
Documents successfully uploaded to ContainerName
140140
Total number of documents imported : 2654
141141
Total time taken : 00:00:38.1228087 hours
142142
Total RUs consumed : 25022.58
143143
```
144+
144145
With the output statistics, you can calculate the effective RU/s used to upload the items. For example, if 25,000 RUs were consumed over 38 seconds, the effective RU/s is 25,000 RUs / 38 seconds = 658 RU/s.
145146

146147
## Run another notebook in current notebook

0 commit comments

Comments
 (0)