Elastica\Aggregation\SerialDiff::setBucketsPath PHP Метод

setBucketsPath() публичный Метод

Set the buckets_path for this aggregation.
public setBucketsPath ( string $bucketsPath )
$bucketsPath string
    public function setBucketsPath($bucketsPath)
    {
        return $this->setParam('buckets_path', $bucketsPath);
    }