keyTruncated property

bool? keyTruncated
getter/setter pair

If true, then the above key is truncated and cannot be deserialized.

This occurs if the key above is populated and the key size is >5MB.

Implementation

core.bool? keyTruncated;