AbleCloud PHP SDK
1.8.x
PHP SDK of AbleCloud API
|
Public 成员函数 | |
__construct ($name, $version, $context) | |
aggregation ($name) | |
range ($range) | |
execute () | |
![]() | |
__construct ($name, $version, $context) | |
collection ($name) | |
timeframe ($frame) | |
timeInterval ($interval) | |
objectFilters ($aggFilters) | |
filters ($aggFilters) | |
groupBy ($properties) | |
orderBy ($property, $ascend) | |
execute () | |
![]() | |
__construct ($name, $version, $context) | |
getName () | |
getVersion () | |
getContext () | |
getLastError () | |
Protected 成员函数 | |
getParamInArray () | |
![]() | |
getParamInArray () | |
![]() | |
resetLastError ($errCode=0, $errMessage='') | |
AbleCloud数据分析服务的distribution方法。
ACQEDistribution::__construct | ( | $name, | |
$version, | |||
$context | |||
) |
构造函数。
$name | string AbleCloud数据分析服务的名字。 |
$version | int AbleCloud数据分析服务的主版本号。 |
$context | ACContext 表示访问该远程服务所依赖的环境信息。 |
ACQEDistribution::aggregation | ( | $name | ) |
ACQEDistribution::execute | ( | ) |
执行 AC-QueryEngine::distribution 查询。
|
protected |
取数组格式的查询参数。
ACQEDistribution::range | ( | $range | ) |