milvus-logo
LFAI
< Docs
  • C#

AlterAliasAsync()

Alters an alias to point to a new collection.

Invocation

await milvusClient.AlterAliasAsync(collectionName, alias, cancellationToken = default);

Parameters

ParameterDescriptionTypeRequired
collectionNameThe name of the collection to which the alias should point.stringTrue
aliasThe alias to be altered.stringTrue
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?