Type to start searching...

ServiceDataSourceConnection

Service Persistence connection information for a particular environment.

Properties
adapter : string

Data source adapter type.

This element specifies which type of database we are connecting to.
description : string

Data source connection description.

readLimit : nonNegativeInt

The maximum number of instances that can be returned by read() (0 for unlimited). Overrides the data source setting.

Valid values based on“int”.
0 (minInclusive)
warningTimeout : nonNegativeLong

The long-running query warning timeout in milliseconds (0 for unlimited). Overridable by the nexj.dataSourceConnection.<name>.warningTimeout system property.

Valid values based on“long”.
0 (minInclusive)
Content
Parents