Skip to main content

size (Function)

Function to return the size of the map.

Syntax

<INT> map:size(<OBJECT> map)

Query Parameters

NameDescriptionDefault ValuePossible Data TypesOptionalDynamic
mapThe map for which size should be returned.OBJECTNoYes

Example 1

map:size(stockDetails)

Returns size of the stockDetails map.