Property definition
Data source type: memcache
Supported configuration mode (ConnectionPropertiesMode): Connection string mode (UrlMode)
Connection string mode
Parameter | Type | Example | Required | Description |
proxy | String | 127.0.0.1 | Yes | The proxy host. |
port | String | 22 | Yes | The port number. |
username | String | xxxxx | Yes | The username. |
password | String | xxxxx | Yes | The password. |
envType | String | Dev | Yes | The information about the data source environment. Valid values:
|
Configuration examples
Connection string mode
{
"proxy": "127.0.0.1",
"port": "5432",
"username": "xxxxx",
"password": "xxxxx",
"envType": "Dev"
}该文章对您有帮助吗?