Milvus
Zilliz
< Docs
  • Java

getMaxCapacity()

This operation returns the maximum capacity of an Array of Structs field.

public Integer getMaxCapacity()

Request Syntax

getMaxCapacity()

RETURN TYPE:

Integer

RETURNS:

The return value will be the maximum capacity 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.getMaxCapacity();

// 600

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?