Enum SizeComparison

SizeComparison enumeration

Determines how the size field should be compared to the message size.

public enum SizeComparison

Values

NameValueDescription
Unspecified0Unspecified.
Smaller1Find messages smaller than the given size.
Larger2Find messages larger than the given size.

See Also