ArrayOutputFormat
An optional override for the column value output format of elements that are arrays of primitive values.
Possible Values
AGGREGATE, DELIMITEDデータ型
string
デフォルト値
"AGGREGATE"
解説
This property decides how the column value of elements that are arrays of primitive values is displayed in the output. If set to AGGREGATE, the value will be the aggregate form of the array. If set to DELIMITED, the value will be a delimited string of the values.