Fix misplaced cshard example

This commit is contained in:
Arnaud Gourlay
2024-03-18 11:39:26 +01:00
parent 1c6f7de694
commit 8f349168f7
@@ -1065,6 +1065,10 @@ client.collection_info("{collection_name}").await?;
client.getCollectionInfoAsync("{collection_name}").get();
```
```csharp
await client.GetCollectionInfoAsync("{collection_name}");
```
<details>
<summary>Expected result</summary>
@@ -1119,12 +1123,6 @@ client.getCollectionInfoAsync("{collection_name}").get();
</details>
<br/>
```csharp
await client.GetCollectionInfoAsync("{collection_name}");
```
If you insert the vectors into the collection, the `status` field may become
`yellow` whilst it is optimizing. It will become `green` once all the points are
successfully processed.