You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return subset of provided map with keys matching the provided prefix. Matching is case-sensitive and the matching prefix is removed from the keys in returned map.
95
-
96
-
Args:
97
-
properties: input map
98
-
prefix: prefix to choose keys from input map
99
-
100
-
Returns:
101
-
subset of input map with keys starting with provided prefix and prefix trimmed out
0 commit comments