Milvus
Zilliz
< Docs
  • Java

getDescription()

This operation returns the description of an Array of Structs field.

public String getDescription()

Request Syntax

getDescription()

RETURN TYPE:

String

RETURNS:

The return value will be the description of the specified Array of Struct field.

Examples

// You can get an instance of StructFieldSchema by describing
// a collection containing an Array of Struct field.

structFieldSchema.getDescription();

// ""