Class KeyRangeInfos
A message representing a list of specific information for multiple key ranges.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class KeyRangeInfos : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Infos
The list individual KeyRangeInfos.
Declaration
[JsonProperty("infos")]
public virtual IList<KeyRangeInfo> Infos { get; set; }
Property Value
Type | Description |
---|---|
IList<KeyRangeInfo> |
TotalSize
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.
Declaration
[JsonProperty("totalSize")]
public virtual int? TotalSize { get; set; }
Property Value
Type | Description |
---|---|
int? |