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.
Implements
Inherited Members
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 |