| 程序包 | 说明 |
|---|---|
| com.aliyun.sdk.service.sls20201230.models |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetLogsRequest.Builder |
GetLogsRequest.builder() |
GetLogsRequest.Builder |
GetLogsRequest.Builder.from(Integer from)
The beginning of the time range to query.
|
GetLogsRequest.Builder |
GetLogsRequest.Builder.line(Long line)
The maximum number of logs to return for the request.
|
GetLogsRequest.Builder |
GetLogsRequest.Builder.logstore(String logstore)
The Logstore whose logs you want to query.
|
GetLogsRequest.Builder |
GetLogsRequest.Builder.offset(Long offset)
The line from which the query starts.
|
GetLogsRequest.Builder |
GetLogsRequest.Builder.powerSql(Boolean powerSql)
Specifies whether to enable the Dedicated SQL feature.
|
GetLogsRequest.Builder |
GetLogsRequest.Builder.project(String project)
The name of the project.
|
GetLogsRequest.Builder |
GetLogsRequest.Builder.query(String query)
The search statement or the query statement.
|
GetLogsRequest.Builder |
GetLogsRequest.Builder.reverse(Boolean reverse)
Specifies whether to return logs in reverse chronological order of log timestamps.
|
GetLogsRequest.Builder |
GetLogsRequest.Builder.to(Integer to)
The end of the time range to query.
|
GetLogsRequest.Builder |
GetLogsRequest.toBuilder() |
GetLogsRequest.Builder |
GetLogsRequest.Builder.topic(String topic)
The topic of the logs.
|
Copyright © 2025. All rights reserved.