LoadedPartitionInformationResult
Represents partition information.
Name | Type | Required |
---|---|---|
ServiceName |
string | Yes |
PartitionId |
string (uuid) | Yes |
MetricName |
string | Yes |
Load |
integer (int64) | Yes |
Type: string
Required: Yes
Name of the service this partition belongs to.
Type: string (uuid)
Required: Yes
Id of the partition.
Type: string
Required: Yes
Name of the metric for which this information is provided.
Type: integer (int64)
Required: Yes
Load for metric.