Specifies the statistical range.
Data structure
message FieldRange {
optional bytes min = 1;
optional bytes max = 2;
}
Parameter | Type | Required | Description |
min | bytes | Yes | The minimum value of the statistical range. The value is encoded in the PlainBuffer format. For more information, see PlainBuffer. |
max | bytes | Yes | The maximum value of the statistical range. The value is encoded in the PlainBuffer format. For more information, see PlainBuffer. |