| Package | Description |
|---|---|
| com.datasift.client.push | |
| com.datasift.client.push.connectors |
| Modifier and Type | Field and Description |
|---|---|
static OutputType<BigQuery> |
OutputType.BIG_QUERY |
| Modifier and Type | Method and Description |
|---|---|
static BigQuery |
PushConnectors.bigQuery()
See the official documentation
Data format delivered:
Google BigQuery native format.
|
| Modifier and Type | Method and Description |
|---|---|
BigQuery |
BigQuery.authClientId(java.lang.String clientId)
Your Google API Access Client ID for the project you want to push interactions into.
|
BigQuery |
BigQuery.authKeyFile(java.lang.String keyFile)
A Base64-encoded, URL-encoded contents of a PCKS12 key file generated using the Google API Console.
|
BigQuery |
BigQuery.authServiceAccount(java.lang.String serviceAccount)
The email address created for the service account for the project you want to push interactions into.
|
BigQuery |
BigQuery.datasetId(java.lang.String datasetId)
The dataset id that you want to use to store your tables.
|
BigQuery |
BigQuery.projectId(java.lang.String projectId)
The numeric project ID generated for you by Google.
|
BigQuery |
BigQuery.tableId(java.lang.String tableId)
A unique name of the table you want to use to store interactions.
|
Copyright © 2017. All Rights Reserved.