milvus-logo
LFAI
< Docs
  • C#

ReleasePartitionAsync()

Releases loaded partitions from memory.

Invocation

await collection.ReleasePartitionsAsync(partitionNames, cancellationToken = default);

Parameters

ParameterDescriptionTypeRequired
partitionNamesThe names of the partitions to be released.IReadOnlyList<string>True
cancellationTokenThe token to monitor for cancellation requests. The default value is CancellationToken.None.CancellationTokenFalse

Return

This method does not return any value.

Feedback

Was this page helpful?