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.

Feedback

Was this page helpful?