google_api_big_query v0.1.0 GoogleApi.BigQuery.V2.Model.TimePartitioning View Source
Attributes
- expirationMs (String.t): [Optional] Number of milliseconds for which to keep the storage for partitions in the table. The storage in a partition will have an expiration time of its partition time plus this value. Defaults to:
null. - field (String.t): [Experimental] [Optional] If not set, the table is partitioned by pseudo column, referenced via either '_PARTITIONTIME' as TIMESTAMP type, or '_PARTITIONDATE' as DATE type. If field is specified, the table is instead partitioned by this field. The field must be a top-level TIMESTAMP or DATE field. Its mode must be NULLABLE or REQUIRED. Defaults to:
null. - requirePartitionFilter (boolean()): [Experimental] [Optional] If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified. Defaults to:
null. - type (String.t): [Required] The only type supported is DAY, which will generate one partition per day. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.