milvus-logo
LFAI
< Docs
  • C#

GetLoadingProgressAsync()

Returns the loading progress for a collection, and optionally one or more of its partitions.

Invocation

await collection.GetLoadingProgressAsync(partitionNames = null, cancellationToken = default);

Parameters

ParameterDescriptionTypeRequired
partitionNamesAn optional list of partition names for which to check the loading progress.IReadOnlyList<string>?False
cancellationTokenThe token to monitor for cancellation requests. The default value is .CancellationTokenFalse

Return

The loading progress of the collection.

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?