Get Host Query Result
data class GetHostQueryResult(val created: String, val envgroupHostname: String, val error: String, val executionTime: String, val name: String, val queryParams: GoogleCloudApigeeV1QueryMetadataResponse, val reportDefinitionId: String, val result: GoogleCloudApigeeV1AsyncQueryResultResponse, val resultFileSize: String, val resultRows: String, val self: String, val state: String, val updated: String)
Constructors
Link copied to clipboard
constructor(created: String, envgroupHostname: String, error: String, executionTime: String, name: String, queryParams: GoogleCloudApigeeV1QueryMetadataResponse, reportDefinitionId: String, result: GoogleCloudApigeeV1AsyncQueryResultResponse, resultFileSize: String, resultRows: String, self: String, state: String, updated: String)
Properties
Link copied to clipboard
Hostname is available only when query is executed at host level.
Link copied to clipboard
ExecutionTime is available only after the query is completed.
Link copied to clipboard
Contains information like metrics, dimenstions etc of the AsyncQuery.
Link copied to clipboard
Asynchronous Report ID.
Link copied to clipboard
Result is available only after the query is completed.
Link copied to clipboard
ResultFileSize is available only after the query is completed.
Link copied to clipboard
ResultRows is available only after the query is completed.