Click or drag to resize
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
C#
public string QueryStatistics(
	int nodeIndex
)

Parameters

nodeIndex
Type: SystemInt32
The (0-based) index of the server node.

Return Value

Type: String
A string containing query statistics in the form of an XML document
See Also