Class Dataset.TagsData
[Optional]The tags associated with this dataset. Tag keys are globally unique.
Inheritance
object
Dataset.TagsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class Dataset.TagsData
Properties
TagKey
[Required] The namespaced friendly name of the tag key, e.g. "12345/environment" where 12345 is org id.
Declaration
[JsonProperty("tagKey")]
public virtual string TagKey { get; set; }
Property Value
Type | Description |
---|---|
string |
TagValue
[Required] Friendly short name of the tag value, e.g. "production".
Declaration
[JsonProperty("tagValue")]
public virtual string TagValue { get; set; }
Property Value
Type | Description |
---|---|
string |