LoadedPartitionInformationResult Class

Represents partition information.

All required parameters must be populated in order to send to Azure.

Inheritance
LoadedPartitionInformationResult

Constructor

LoadedPartitionInformationResult(*, service_name: str, partition_id: str, metric_name: str, load: int, **kwargs)

Parameters

service_name
str
Required

Required. Name of the service this partition belongs to.

partition_id
str
Required

Required. Id of the partition.

metric_name
str
Required

Required. Name of the metric for which this information is provided.

load
<xref:long>
Required

Required. Load for metric.