Transactions define how CTI applications calculate customer-defined statistics.
Filter Name | Type | Description |
---|---|---|
tenant_dbid | int |
|
object_type | int |
CfgTransactionType ).
If specified, Configuration Server will return information only
about the transactions of this type.
|
state | int |
CfgObjectState ). If specified, Configuration Server
will return information only about transactions that are currently
in this state.
|
dbid | int |
|
name | string |
|
DBID
—
tenantDBID
—
Tenant
that this transaction belongs to. Mandatory. Once specified,
cannot be changed.
name
—
type
—
recordPeriod
—
alias
—
description
—
state
—
CfgObjectState
userProperties
—
Note: This XML was created using the Configuration Server 7.5 schema.
<CfgTransaction> <DBID value="101" /> <tenantDBID value="101" /> <name value="Transaction" /> <type value="20" /> <recordPeriod value="0" /> <alias value="Transaction" /> <description value="Transaction" /> <state value="1" /> <userProperties> <list_pair key="Propery"> <str_pair key="key" value="value" /> </list_pair> </userProperties> </CfgTransaction>