CData Virtuality Server の動作の一部は、システムプロパティで設定できます。システムプロパティはdvserver/bin/standalone.conf.props(.bat)
ファイルで設定することができ、 形式-Dproperty=value
となります。
To view the full table, click the expand button in its top right corner
System Property | Description | Default Value |
---|---|---|
| For usage with the CData Virtuality REST API pagination. Specifies the maximum number of buffered connections (one connection corresponds to one cursor or |
|
| For usage with the CData Virtuality REST API pagination. Specifies the duration a The actual lifetime may differ depending on buffer usage for pagination queries. Value is specified in minutes |
|
| Enables caching of the metadata to the configuration database on adding or refreshing the data source |
|
| Defines the path to the key file. The key is used to encrypt/decrypt credentials and other parameters that must be encrypted. Please contact support for more details | |
| If set to |
|
| Used by the following:
|
|
| If set to |
|
| If set to |
|
| Used to generate valid links in the OData and REST responses in case the server is configured behind a proxy server, or a load balancer is used. The value of this property is used if not overridden by the | empty value |
| If set to |
|
| If set to |
|
| Controls whether the optimizer will by default unnest subqueries |
|
| Specifies the timeout for JBoss CLI in milliseconds |
|
| Specifies the default CLI timeout for JBoss CLI in milliseconds |
|
| Specifies the default |
|
| Used for internal cache size calculation |
|
| REST API timeout in milliseconds |
|
| Specifies a Unique Connection String Identifier for Snowflake data sources |
|
dv.webservice.public.url
property is available since v3.4
dv.
property is available since v4.4encryptionKeyPath
Examples
1. standalone.conf.props.batによるシステムプロパティの設定例 (Windows):
SET
"JAVA_OPTS=%JAVA_OPTS% -D<system property>=<system property value>"
2. standalone.conf.props (Linux) を介したシステム・プロパティの設定例:
JAVA_OPTS=
"$JAVA_OPTS -D<system property>=<system property value>"
3. dv.maintenance
システム・プロパティをstandalone.conf.props.bat(Windows)を介して設定する例:
SET
"JAVA_OPTS=%JAVA_OPTS% -Ddv.maintenance=true"
4. standalone.conf.props (Linux) を介したdv.maintenance
システム・プロパティの設定例:
JAVA_OPTS=
"$JAVA_OPTS -Ddv.maintenance=true"