LoadedPartitionInformationResult

Represents partition information.

Properties

Name Type Required
ServiceName string Yes
PartitionId string (uuid) Yes
MetricName string Yes
Load integer (int64) Yes

ServiceName

Type: string
Required: Yes

Name of the service this partition belongs to.


PartitionId

Type: string (uuid)
Required: Yes

Id of the partition.


MetricName

Type: string
Required: Yes

Name of the metric for which this information is provided.


Load

Type: integer (int64)
Required: Yes

Load for metric.