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 | sls_dev |
---|---|
package | SLS_PHP_SDK |
__construct(integer $from, integer $to, integer $count, string $progress)
integer
the begin time
integer
the end time
integer
log count of histogram that query hits
string
histogram query status(Complete or InComplete)
getCount() : integer
integer
log count of histogram that query hitsgetFrom() : integer
integer
the begin timegetTo() : integer
integer
the end timeisCompleted() : boolean
boolean
true if this histogram is completed$count : integer
$from : integer
$progress : string
$to : integer