Google Cloud Spanner v1 API - Class RoutingHint.Types.SkippedTablet (5.10.0)

public sealed class RoutingHint.Types.SkippedTablet : IMessage<RoutingHint.Types.SkippedTablet>, IEquatable<RoutingHint.Types.SkippedTablet>, IDeepCloneable<RoutingHint.Types.SkippedTablet>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner v1 API class RoutingHint.Types.SkippedTablet.

A tablet that was skipped by the client. See Tablet.tablet_uid and Tablet.incarnation.

Inheritance

object > RoutingHint.Types.SkippedTablet

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

SkippedTablet()

public SkippedTablet()

SkippedTablet(SkippedTablet)

public SkippedTablet(RoutingHint.Types.SkippedTablet other)
Parameter
Name Description
other RoutingHintTypesSkippedTablet

Properties

Incarnation

public ByteString Incarnation { get; set; }

The incarnation of the tablet that was skipped. See Tablet.incarnation.

Property Value
Type Description
ByteString

TabletUid

public ulong TabletUid { get; set; }

The tablet UID of the tablet that was skipped. See Tablet.tablet_uid.

Property Value
Type Description
ulong