Class LinkedDatasetMetadata
Metadata about the Linked Dataset.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class LinkedDatasetMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkState
Output only. Specifies whether Linked Dataset is currently in a linked state or not.
Declaration
[JsonProperty("linkState")]
public virtual string LinkState { get; set; }
Property Value
Type | Description |
---|---|
string |