The request used to send data to sls server.
author | sls_dev |
---|---|
package | SLS_PHP_SDK |
inherited_from | \Aliyun_Sls_Models_Request |
__construct(string $project= null
, string $logstore= null
, string $topic= null
, string $source= null
, array $logitems= null
)
inherited_from | \Aliyun_Sls_Models_Request::__construct() |
---|
string
project name
string
logstore name
string
topic name
string
source of the log
array
LogItem array,log data
__construct(string $project)
string
project name
getLogItems() : array
array
LogItem array, log datagetLogstore() : string
string
logstore namegetProject() : string
string
project namegetSource() : string
string
log sourcegetTopic() : string
string
topic namesetLogItems(array $logitems)
array
LogItem array, log data
setLogstore(string $logstore)
string
logstore name
setProject(string $project)
string
project name
setSource(string $source)
string
log source
setTopic(string $topic)
string
topic name
$logitems : array
$logstore : string
$project : string
$source : string
$topic : string