Summary
Gets the length of an array.
Description
Returns the number of elements in that array. The value is an unsigned, 32-bit integer that is always numerically greater than the highest index in the array.
Route
No Northbound API Available
Roles
Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| arr | array | yes | The array to get the length of | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| length | number | The length of the array |