Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents load information for a partition, which contains the primary, secondary and auxiliary reported load metrics. In case there is no load reported, PartitionLoadInformation will contain the default load for the service of the partition. For default loads, LoadMetricReport's LastReportedUtc is set to 0.
Properties
Name | Type | Required |
---|---|---|
PartitionId |
string (uuid) | No |
PrimaryLoadMetricReports |
array of LoadMetricReport | No |
SecondaryLoadMetricReports |
array of LoadMetricReport | No |
AuxiliaryLoadMetricReports |
array of LoadMetricReport | No |
PartitionId
Type: string (uuid)
Required: No
Id of the partition.
PrimaryLoadMetricReports
Type: array of LoadMetricReport
Required: No
Array of load reports from the primary replica for this partition.
SecondaryLoadMetricReports
Type: array of LoadMetricReport
Required: No
Array of aggregated load reports from all secondary replicas for this partition.
Array only contains the latest reported load for each metric.
AuxiliaryLoadMetricReports
Type: array of LoadMetricReport
Required: No
Array of aggregated load reports from all auxiliary replicas for this partition.
Array only contains the latest reported load for each metric.