You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/nosql/quickstart-rust.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ The client library is available through Rust, as the `azure_data_cosmos` crate.
58
58
| --- | --- |
59
59
| [`CosmosClient`](https://docs.rs/azure_data_cosmos/latest/azure_data_cosmos/clients/struct.CosmosClient.html) | This type is the primary client and is used to manage account-wide metadata or databases. |
60
60
| [`DatabaseClient`](https://docs.rs/azure_data_cosmos/latest/azure_data_cosmos/clients/struct.DatabaseClient.html) | This type represents a database within the account. |
61
-
| [`CollectionClient`](https://docs.rs/azure_data_cosmos/latest/azure_data_cosmos/clients/struct.CollectionClient.html) | This type is primarily used to perform read, update, and delete operations on either the container or the items stored within the container. |
61
+
| [`ContainerClient`](https://docs.rs/azure_data_cosmos/latest/azure_data_cosmos/clients/struct.ContainerClient.html) | This type is primarily used to perform read, update, and delete operations on either the container or the items stored within the container. |
0 commit comments