跳到主要内容
版本:v2.6.x

getMaxCapacity()

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

Java
public Integer getMaxCapacity()

Request Syntax

Java
getMaxCapacity()

RETURN TYPE:

Integer

RETURNS:

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

Examples

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

structFieldSchema.getMaxCapacity();

// 600