public sealed class RoutingHint.Types.SkippedTablet : IMessage<RoutingHint.Types.SkippedTablet>, IEquatable<RoutingHint.Types.SkippedTablet>, IDeepCloneable<RoutingHint.Types.SkippedTablet>, IBufferMessage, IMessageReference 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.
Implements
IMessageRoutingHintTypesSkippedTablet, IEquatableRoutingHintTypesSkippedTablet, IDeepCloneableRoutingHintTypesSkippedTablet, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.V1Assembly
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 |
|