keepEmptyRows property

bool? keepEmptyRows
getter/setter pair

If false or unspecified, each row with all metrics equal to 0 will not be returned.

If true, these rows will be returned if they are not separately removed by a filter.

Implementation

core.bool? keepEmptyRows;