Aliyun_Log_Models_Histogram

The class used to present the result of log histogram status. For every log histogram, it contains : from/to time range, hit log count and query completed status.

author

log service dev

package

LOG_PHP_SDK

Methods

Aliyun_Log_Models_Histogram constructor

__construct(integer $from, integer $to, integer $count, string $progress) 

Arguments

$from

integer

the begin time

$to

integer

the end time

$count

integer

log count of histogram that query hits

$progress

string

histogram query status(Complete or InComplete)

Get log count of histogram that query hits

getCount() : integer

Response

integer

log count of histogram that query hits

Get begin time

getFrom() : integer

Response

integer

the begin time

Get the end time

getTo() : integer

Response

integer

the end time

Check if the histogram is completed

isCompleted() : boolean

Response

boolean

true if this histogram is completed

Properties

the begin time

from : integer
var

the begin time

Type(s)

integer

the end time

to : integer
var

the end time

Type(s)

integer

log count of histogram that query hits

count : integer
var

log count of histogram that query hits

Type(s)

integer

histogram query status(Complete or InComplete)

progress : string
var

histogram query status(Complete or InComplete)

Type(s)

string