Establishes connections to a database of a CouchDB server.
Property | Type | Category | Description |
---|---|---|---|
Comment | String | standard | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Couch Password | String | standard | Defines the password of user for CouchDB. This property can be override with a GetSessionTransaction. |
Couch Username | String | standard | Defines the name of user for CouchDB. This property can be override with a GetSessionTransaction. |
Database name | String | standard | Defines the name of the default database to use, if one. |
Is HTTPS | boolean | standard | Defines whether the connection is secured (HTTPS). If set to true, the connection is SSL-based. Make sure the target SSL port (usually 443) is correctly set. |
JSON use type attributes | boolean | standard | Defines if the XML to JSON converter handle type attribute to build JSON type. With this property true, the type attribute of the complex element is used to build jSON content to match that type. Types can be: • object • array • string • boolean • null • integer • long • double • float Without this ‘type’ attribute, the element is converted in the same way as the false value.You may use this setting to be sure that Complex jSON structures a preserved when you post them to the FullSync Connector. |
Port | int | standard | Defines the server port. |
Secure Database | boolean | standard | Defines if the Database need authentication for direct CouchDB access. If true, Convertigo will automatically configure the CouchDB Database with a _security document to deny anonymous direct access to CouchDB. |
Server | String | standard | Defines the server name (or its IP address). This property defines the DNS name or IP address of the target application server. |
Billing Java class | String | expert | Defines the Java class name executed for billing pruposes. Convertigo supports a plugin architecture offering billing functionalities. Set the name of the billing class to be called by Convertigo for billing purposes. |
Carioca authentication | boolean | expert | Defines whether the connector requires a Carioca authentication. Set to true if you require that only Carioca-authenticated users be able to use this connector. |
End transaction | String | expert | Defines the transaction to execute before removing the context. When a Convertigo context is removed, the specified “End transaction” is executed. Place in this transaction any clean up code, for example a Logout transaction. |