GoogleApi.Spanner.V1.Model.KeyRangeInfos (google_api_spanner v0.48.0)
View SourceA 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.KeyRangeInfos{ infos: [GoogleApi.Spanner.V1.Model.KeyRangeInfo.t()] | nil, totalSize: integer() | nil }