google_api_big_query v0.13.0 GoogleApi.BigQuery.V2.Model.TableFieldSchema View Source
Attributes
- categories (GoogleApi.BigQuery.V2.Model.TableFieldSchemaCategories.t): [Optional] The categories attached to this field, used for field-level access control. Defaults to
nil
. - description (String.t): [Optional] The field description. The maximum length is 1,024 characters. Defaults to
nil
. - fields (list(GoogleApi.BigQuery.V2.Model.TableFieldSchema.t)): [Optional] Describes the nested schema fields if the type property is set to RECORD. Defaults to
nil
. - mode (String.t): [Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE. Defaults to
nil
. - name (String.t): [Required] The field name. The name must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_), and must start with a letter or underscore. The maximum length is 128 characters. Defaults to
nil
. - type (String.t): [Required] The field data type. Possible values include STRING, BYTES, INTEGER, INT64 (same as INTEGER), FLOAT, FLOAT64 (same as FLOAT), BOOLEAN, BOOL (same as BOOLEAN), TIMESTAMP, DATE, TIME, DATETIME, RECORD (where RECORD indicates that the field contains a nested schema) or STRUCT (same as RECORD). Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.BigQuery.V2.Model.TableFieldSchema{
categories: GoogleApi.BigQuery.V2.Model.TableFieldSchemaCategories.t(),
description: String.t(),
fields: [GoogleApi.BigQuery.V2.Model.TableFieldSchema.t()],
mode: String.t(),
name: String.t(),
type: String.t()
}
t() :: %GoogleApi.BigQuery.V2.Model.TableFieldSchema{ categories: GoogleApi.BigQuery.V2.Model.TableFieldSchemaCategories.t(), description: String.t(), fields: [GoogleApi.BigQuery.V2.Model.TableFieldSchema.t()], mode: String.t(), name: String.t(), type: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.