milvus-logo
LFAI
< Docs
  • C#

DescribeAsync()

Describes a collection, returning information about its configuration and schema.

Invocation

await collection.DescribeAsync(cancellationToken = default);

Parameters

ParameterDescriptionTypeRequired
cancellationTokenThe token to monitor for cancellation requests. The default value is CancellationToken.None.CancellationTokenFalse

Return

A description 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?