LoadedPartitionInformationQueryDescription Class

Represents data structure that contains query information.

Inheritance
LoadedPartitionInformationQueryDescription

Constructor

LoadedPartitionInformationQueryDescription(*, metric_name: Optional[str] = None, service_name: Optional[str] = None, ordering='Desc', max_results: Optional[int] = None, continuation_token: Optional[str] = None, **kwargs)

Parameters

metric_name
str
Required

Name of the metric for which this information is provided.

service_name
str
Required

Name of the service this partition belongs to.

ordering
str or Ordering
Required

Ordering of partitions' load. Possible values include: 'Desc', 'Asc'. Default value: "Desc" .

max_results
<xref:long>
Required

The maximum number of results to be returned as part of the paged queries. This parameter defines the upper bound on the number of results returned. The results returned can be less than the specified maximum results if they do not fit in the message as per the max message size restrictions defined in the configuration. If this parameter is zero or not specified, the paged query includes as many results as possible that fit in the return message.

continuation_token
str
Required

The continuation token parameter is used to obtain next set of results. The continuation token is included in the response of the API when the results from the system do not fit in a single response. When this value is passed to the next API call, the API returns next set of results. If there are no further results, then the continuation token is not included in the response.