maxIndexableStringBytes top-level constant

int const maxIndexableStringBytes

Maximum UTF-8 payload size for indexed String properties.

Native string properties are null-terminated and capped at 1024 bytes including the terminating NUL.

Implementation

const int maxIndexableStringBytes = 1023;