Show / Hide Table of Contents

Class Replica

Represents the state of a replica of a shared dataset. It includes the geographic location of the replica and system-computed, output-only fields indicating its replication state and whether it is the primary replica.

Inheritance
object
Replica
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.AnalyticsHub.v1.Data
Assembly: Google.Apis.AnalyticsHub.v1.dll
Syntax
public class Replica : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Location

Output only. The geographic location where the replica resides. See BigQuery locations for supported locations. Eg. "us-central1".

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

PrimaryState

Output only. Indicates that this replica is the primary replica.

Declaration
[JsonProperty("primaryState")]
public virtual string PrimaryState { get; set; }
Property Value
Type Description
string

ReplicaState

Output only. Assigned by Analytics Hub based on real BigQuery replication state.

Declaration
[JsonProperty("replicaState")]
public virtual string ReplicaState { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX