ArrayGetMetadata
Gets metadata for items of an array and indicates the array type.
Method Signature
Arguments
Argument
Type
Required
Description
Default
array
array
true
The array to be inserted into
Examples
Simple Example
Result: synchronized
Member Function Example
Result: synchronized
Dump Metadata of Typed Array (Member syntax)
Return struct has a new key called dimensions
and can also have a defined datatype. Supported datatypes are String, Numeric, Boolean, Date, Array, Struct, Query, Component, [Component name], Binary, and Function.
Result: {"dimensions":1,"datatype":"String","type":"synchronized"}
Related
Last updated
Was this helpful?