Google Bigtable v2 API - Class BackendIdentifier (3.27.0)

public sealed class BackendIdentifier : IMessage<BackendIdentifier>, IEquatable<BackendIdentifier>, IDeepCloneable<BackendIdentifier>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class BackendIdentifier.

Information about the connected backends from a session client's perspective. This information may be used to make choices about session re-establishment en-masse for sessions with the same backend identifiers. Internal usage only.

Inheritance

object > BackendIdentifier

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

BackendIdentifier()

public BackendIdentifier()

BackendIdentifier(BackendIdentifier)

public BackendIdentifier(BackendIdentifier other)
Parameter
Name Description
other BackendIdentifier

Properties

ApplicationFrontendId

public long ApplicationFrontendId { get; set; }

An opaque identifier for the application frontend which serviced this request.

Property Value
Type Description
long

ApplicationFrontendZone

public string ApplicationFrontendZone { get; set; }

The zone of the application frontend that served this request.

Property Value
Type Description
string

GoogleFrontendId

public long GoogleFrontendId { get; set; }

An opaque identifier for the Google Frontend which serviced this request. Only set when not using DirectAccess.

Property Value
Type Description
long