Class BigQuerySpringMessageHeaders

java.lang.Object
com.google.cloud.spring.bigquery.integration.BigQuerySpringMessageHeaders

public final class BigQuerySpringMessageHeaders extends Object
Spring Integration Message headers used with Spring Cloud GCP BigQuery integration.
Since:
1.2
  • Field Details

    • PREFIX

      public static final String PREFIX
      BigQuery Spring Cloud GCP message header prefix.
      See Also:
    • TABLE_NAME

      public static final String TABLE_NAME
      BigQuery table name message header.
      See Also:
    • FORMAT_OPTIONS

      public static final String FORMAT_OPTIONS
      Input data file format message header.
      See Also:
    • TABLE_SCHEMA

      public static final String TABLE_SCHEMA
      The schema of the table to load. Not needed if relying on auto-detecting the schema.
      See Also: