DataSourceProperties Interface |
Properties specific to DataSource objects.
Namespace: SystemProperties
The DataSourceProperties type exposes the following members.
Name | Description | |
---|---|---|
CommandTimeout | The time (in seconds) to wait for the command to execute. The default value is 30 seconds. | |
DeadlockVictimRetrySeconds | The delay, in seconds, before trying deadlock victim SQL. Ignored if not a positive value and capped at 10 seconds. | |
PerformanceMonitoring | See PerfmonAttrs | |
SavedFilterVersion | The version of the xot_saved_filter_keys table in the database. If this table does not exist, static buckets will attempt to us a SQL IN clause to produce the filter. | |
StandardPicklistVersion | The version of standard picklists supported in this DataSource. This requires the xmv_std_picklist and xmv_std_picklist_items views linked to the repository or to meta-data copies in this DataSourcde. | |
TransactionLogDatasource | Choose a datasource where transaction logging will occur for this datasource. Only datasources that have the NetQuarry platform schema are supported as a transaction log datasource. If no datasource is provided, then transaction logging will take place in this datasource, providing the datasource has NetQuarry platform schema supported |
Note |
---|
This interface is declared for documentation purposes only and is not intended to be used from code. |