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)
integerthe begin time
integerthe end time
integerlog count of histogram that query hits
stringhistogram query status(Complete or InComplete)
getCount() : integer
integerlog count of histogram that query hitsgetFrom() : integer
integerthe begin timegetTo() : integer
integerthe end timeisCompleted() : boolean
booleantrue if this histogram is completed$count : integer
$from : integer
$progress : string
$to : integer