| Package | Description |
|---|---|
| com.datasift.client.push | |
| com.datasift.client.push.connectors |
| Modifier and Type | Field and Description |
|---|---|
static OutputType<CouchDB> |
OutputType.COUCH_DB |
| Modifier and Type | Method and Description |
|---|---|
static CouchDB |
PushConnectors.couchDB()
Data format delivered:
CouchDB native format (JSON).
|
| Modifier and Type | Method and Description |
|---|---|
CouchDB |
CouchDB.auth(String username,
String password)
Sets the authentication information that should be used for the connector
|
CouchDB |
CouchDB.dbName(String name) |
CouchDB |
CouchDB.format(CouchDB.CouchDBFormat format)
The output format for your data:
basic_interaction_meta - The current default format, where each payload contains only basic interaction JSON
document.
|
CouchDB |
CouchDB.host(String host) |
CouchDB |
CouchDB.password(String password) |
CouchDB |
CouchDB.port(int host) |
CouchDB |
CouchDB.url(String host,
int port)
Simple calls
host(String).port(int) for convenience |
CouchDB |
CouchDB.username(String username) |
CouchDB |
CouchDB.useSSL(String yesOrNo)
Whether SSL should be used when connecting to the database.
|
CouchDB |
CouchDB.verifySSL(String yesOrNo)
If you are using SSL to connect, this specifies whether the certificate should be verified.
|
Copyright © 2015. All Rights Reserved.