メインコンテンツまでスキップ

getMaxCapacity()

この操作は、Array of Structs フィールドの最大容量を返します。

java
public Integer getMaxCapacity()

リクエスト構文

java
getMaxCapacity()

戻り値の型:

Integer

戻り値:

戻り値は、指定された Array of Struct フィールドの最大容量です。

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

structFieldSchema.getMaxCapacity();

// 600
Ctrl I