GoogleApi.Spanner.V1.Model.KeyRangeInfos (google_api_spanner v0.32.0) View Source
A message representing a list of specific information for multiple key ranges.
Attributes
-
infos
(type:list(GoogleApi.Spanner.V1.Model.KeyRangeInfo.t)
, default:nil
) - The list individual KeyRangeInfos. -
totalSize
(type:integer()
, default:nil
) - The total size of the list of all KeyRangeInfos. This may be larger than the number of repeated messages above. If that is the case, this number may be used to determine how many are not being shown.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Spanner.V1.Model.KeyRangeInfos{ infos: [GoogleApi.Spanner.V1.Model.KeyRangeInfo.t()] | nil, totalSize: integer() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.