| 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(String clientId)
Your Google API Access Client ID for the project you want to push interactions into.
|
BigQuery |
BigQuery.authKeyFile(String keyFile)
A Base64-encoded, URL-encoded contents of a PCKS12 key file generated using the Google API Console.
|
BigQuery |
BigQuery.authServiceAccount(String serviceAccount)
The email address created for the service account for the project you want to push interactions into.
|
BigQuery |
BigQuery.datasetId(String datasetId)
The dataset id that you want to use to store your tables.
|
BigQuery |
BigQuery.projectId(String projectId)
The numeric project ID generated for you by Google.
|
BigQuery |
BigQuery.tableId(String tableId)
A unique name of the table you want to use to store interactions.
|
Copyright © 2015. All Rights Reserved.