sizeComparison property

String? sizeComparison
getter/setter pair

How the message size in bytes should be in relation to the size field. Possible string values are:

  • "unspecified"
  • "smaller" : Find messages smaller than the given size.
  • "larger" : Find messages larger than the given size.

Implementation

core.String? sizeComparison;