Constructor
new ObjectArrayType(elementTypeopt)
Public constructor.
Optionally specifies a type of elements in the array.
If the type of elements is not specified then during operations the Ignite client will try to make automatic mapping between JavaScript types and Ignite object types - according to the mapping table defined in the description of the ObjectType class.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
elementType |
ObjectType.PRIMITIVE_TYPE | CompositeType |
<optional> |
null | type of the array element:
|
- Source: