arg.properties
field containing properties mirroring the generation options for basic serialization types of our Producer.string
: min
: the min length of the string (integer, positive)max
: the max length of the string (integer, positive)charset
: one of unicode
, alpha_num
, ascii
int
, long
, float
, double
, timestamp-millis
, timestamp-micro
min
: min value (can be negative)max
: max value (can be negative)time-millis
, time-micros
min
: min value (integer, positive, lower than 24 hours)max
: max value (integer, positive, lower than 24 hours)date
: number of days since 1970-01-01min
: min value (integer)max
: max value (integer)bytes
, array
min
: the min length of the array (integer, positive)max
: the max length of the array (integer, positive)boolean
odds
: the odds of this boolean to be true