Show / Hide Table of Contents

Class TableFieldSchema.CategoriesData

[Optional] The categories attached to this field, used for field-level access control.

Inheritance
System.Object
TableFieldSchema.CategoriesData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class CategoriesData

Properties

Names

A list of category resource names. For example, "projects/1/taxonomies/2/categories/3". At most 5 categories are allowed.

Declaration
[JsonProperty("names")]
public virtual IList<string> Names { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
In This Article
Back to top