Aliyun_Log_Models_GetHistogramsResponse

Extends \Aliyun_Log_Models_Response

The response of the GetHistograms API from log service.

author

log service dev

package

LOG_PHP_SDK

Methods

Aliyun_Log_Models_Response constructor

__construct( $headers) 
inherited

Arguments

$headers

Get all http headers

getAllHeaders() : array
inherited

Response

array

HTTP response header

Get specified http header

getHeader(string $key) : string
inherited

Arguments

$key

string

key to get header

Response

string

HTTP response header. '' will be return if not set.

Get histograms on the requested time range: [from, to)

getHistograms() : array

Response

array

Aliyun_Log_Models_Histogram array, histograms on the requested time range

Get the request id of the response. '' will be return if not set.

getRequestId() : string
inherited

Response

string

request id

Get total logs' count that current query hits

getTotalCount() : integer

Response

integer

total logs' count that current query hits

Check if the histogram is completed

isCompleted() : boolean

Response

boolean

true if this histogram is completed

Properties

histogram query status(Complete or InComplete)

progress : string
var

histogram query status(Complete or InComplete)

Type(s)

string

logs' count that current query hits

count : integer
var

logs' count that current query hits

Type(s)

integer

Aliyun_Log_Models_Histogram array, histograms on the requested time range: [from, to)

histograms : array
var

Aliyun_Log_Models_Histogram array, histograms on the requested time range: [from, to)

Type(s)

array

HTTP response header

headers : array
inherited
var

HTTP response header

Type(s)

array