portion property

String? portion
getter/setter pair

Portion of this counter, either key or value. Possible string values are:

  • "ALL" : Counter portion has not been set.
  • "KEY" : Counter reports a key.
  • "VALUE" : Counter reports a value.

Implementation

core.String? portion;