google_api_logging v0.19.0 GoogleApi.Logging.V2.Model.BigQueryOptions View Source

Options that change functionality of a sink exporting data to BigQuery.

Attributes

  • usePartitionedTables (type: boolean(), default: nil) - Optional. Whether to use BigQuery's partition tables. By default, Logging creates dated tables based on the log entries' timestamps, e.g. syslog_20170523. With partitioned tables the date suffix is no longer present and special query syntax has to be used instead. In both cases, tables are sharded based on UTC timezone.

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() :: %GoogleApi.Logging.V2.Model.BigQueryOptions{
  usePartitionedTables: boolean()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.