keyRangeInfos property

Map<String, KeyRangeInfos>? keyRangeInfos
getter/setter pair

A (sparse) mapping from key bucket index to the KeyRangeInfos for that key bucket.

Implementation

core.Map<core.String, KeyRangeInfos>? keyRangeInfos;