OnPremConnectorQueryStatistics Method |
Returns query statistics from the cluster.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public string QueryStatistics(
int nodeIndex
)
Parameters
- nodeIndex
- Type: SystemInt32
The (0-based) index of the server node.
Return Value
Type:
StringA string containing query statistics in the form of an XML document
See Also