allbins

Description Specifies the number of representative records returned with each aggregated record.
Valid in query types graph
ENEQuery method or property

Java: ENEQuery.setNavErecsPerAggrERec()

.NET: ENEQuery.NavERecsPerAggrERec

UrlENEQuery URL parameters Np
Format Numeric value
Values (order)

0 (no representative records),

1 (one representative record),

2 (all records associated with aggregated record).

Value "0" equates to API constant ENEQuery.ZERO_ERECS_PER_AGGR,

"1" to ENEQuery.ONE_EREC_PER_AGGR

"2" to ENEQuery.ALL_ERECS_PER_AGGR

Example N/A