Class GoogleBigQueryConstants
java.lang.Object
org.apache.camel.component.google.bigquery.GoogleBigQueryConstants
-
Field Details
-
SCHEME_BIGQUERY_SQL
- See Also:
-
SCHEME_BIGQUERY
- See Also:
-
TABLE_SUFFIX
@Metadata(description="Table suffix to use when inserting data", javaType="String", applicableFor="google-bigquery") public static final String TABLE_SUFFIX- See Also:
-
TABLE_ID
@Metadata(description="Table id where data will be submitted. If specified will override endpoint configuration", javaType="String", applicableFor="google-bigquery") public static final String TABLE_ID- See Also:
-
INSERT_ID
@Metadata(description="InsertId to use when inserting data", javaType="String", applicableFor="google-bigquery") public static final String INSERT_ID- See Also:
-
PARTITION_DECORATOR
@Metadata(description="Partition decorator to indicate partition to use when inserting data", javaType="String", applicableFor="google-bigquery") public static final String PARTITION_DECORATOR- See Also:
-
TRANSLATED_QUERY
@Metadata(description="Preprocessed query text", javaType="String", applicableFor="google-bigquery-sql") public static final String TRANSLATED_QUERY- See Also:
-
JOB_ID
@Metadata(description="A custom `JobId` to use", javaType="com.google.cloud.bigquery.JobId", applicableFor="google-bigquery-sql") public static final String JOB_ID- See Also:
-
PAGE_TOKEN
@Metadata(description="The page token to retrieve a specific page of results from BigQuery. If not set, the first page is returned", javaType="String", applicableFor="google-bigquery-sql") public static final String PAGE_TOKEN- See Also:
-
NEXT_PAGE_TOKEN
@Metadata(description="The next page token returned by BigQuery. Use this token in the `CamelGoogleBigQueryPageToken` header of a subsequent request to retrieve the next page of results", javaType="String", applicableFor="google-bigquery-sql") public static final String NEXT_PAGE_TOKEN- See Also:
-