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

getDataType()

Addedv2.6.x

This operation returns the data type of an Array of Structs field.

public DataType getDataType()

Request Syntax

getDataType()

RETURN TYPE:

DataType

RETURNS:

The return value will always be DataType.Array.

Examples

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

structFieldSchema.getDataType();

// DataType.Array