Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartitionLoadInformation

Package version

Represents load information for a partition, which contains the primary and secondary 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.

Hierarchy

  • PartitionLoadInformation

Index

Properties

Optional partitionId

partitionId: undefined | string

Id of the partition.

Optional primaryLoadMetricReports

primaryLoadMetricReports: LoadMetricReport[]

Array of load reports from the primary replica for this partition.

Optional secondaryLoadMetricReports

secondaryLoadMetricReports: LoadMetricReport[]

Array of aggregated load reports from all secondary replicas for this partition. Array only contains the latest reported load for each metric.

Generated using TypeDoc