Show / Hide Table of Contents

Class KeyRangeInfos

A message representing a list of specific information for multiple key ranges.

Inheritance
object
KeyRangeInfos
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX