Protected constructorOptional Readonly maxThe inclusive maximum value allowed, or null if the range is unbounded above.
The maximum value as a LongWrapper, or null
Optional Readonly minThe inclusive minimum value allowed, or null if the range is unbounded below.
The minimum value as a LongWrapper, or null
The fully-qualified protobuf type name of this restriction (e.g.,
"io.deephaven.proto.backplane.grpc.IntegerRangeRestriction").
The restriction type name
A ColumnRestriction that constrains an integer column to a closed range
[min, max]. Either bound may benull, meaning the range is unbounded on that side.This class is intended for testing and demonstrating validation functionality, it is not production ready and may be changed or removed at any time.