QueryResponse Class

Query result.

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

Inheritance
QueryResponse

Constructor

QueryResponse(*, total_records: int, count: int, result_truncated: Union[str, azure.mgmt.resourcegraph.models._resource_graph_client_enums.ResultTruncated], data: object, skip_token: Optional[str] = None, facets: Optional[List[azure.mgmt.resourcegraph.models._models_py3.Facet]] = None, **kwargs)

Parameters

total_records
<xref:long>
Required

Required. Number of total records matching the query.

count
<xref:long>
Required

Required. Number of records returned in the current response. In the case of paging, this is the number of records in the current page.

result_truncated
str or ResultTruncated
Required

Required. Indicates whether the query results are truncated. Possible values include: "true", "false".

skip_token
str
Required

When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

data
object
Required

Required. Query output in JObject array or Table format.

facets
list[Facet]
Required

Query facets.