public class CreateExportRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateExportRequest() | 
| CreateExportRequest(CreateExportRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCount()Get 日志导出数量,  最大值5000万 | 
| String[] | getDerivedFields()Get 导出字段 | 
| String | getFormat()Get 日志导出数据格式。json,csv,默认为json | 
| Long | getFrom()Get 日志导出起始时间,毫秒时间戳 | 
| String | getOrder()Get 日志导出时间排序。desc,asc,默认为desc | 
| String | getQuery()Get 日志导出检索语句,不支持[SQL语句] | 
| Long | getSyntaxRule()Get 语法规则,  默认值为0。
0:Lucene语法,1:CQL语法。 | 
| Long | getTo()Get 日志导出结束时间,毫秒时间戳 | 
| String | getTopicId()Get 日志主题Id
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。 | 
| void | setCount(Long Count)Set 日志导出数量,  最大值5000万 | 
| void | setDerivedFields(String[] DerivedFields)Set 导出字段 | 
| void | setFormat(String Format)Set 日志导出数据格式。json,csv,默认为json | 
| void | setFrom(Long From)Set 日志导出起始时间,毫秒时间戳 | 
| void | setOrder(String Order)Set 日志导出时间排序。desc,asc,默认为desc | 
| void | setQuery(String Query)Set 日志导出检索语句,不支持[SQL语句] | 
| void | setSyntaxRule(Long SyntaxRule)Set 语法规则,  默认值为0。
0:Lucene语法,1:CQL语法。 | 
| void | setTo(Long To)Set 日志导出结束时间,毫秒时间戳 | 
| void | setTopicId(String TopicId)Set 日志主题Id
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateExportRequest()
public CreateExportRequest(CreateExportRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId - 日志主题Id
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。public Long getCount()
public void setCount(Long Count)
Count - 日志导出数量,  最大值5000万public void setQuery(String Query)
Query - 日志导出检索语句,不支持[SQL语句]public Long getFrom()
public void setFrom(Long From)
From - 日志导出起始时间,毫秒时间戳public Long getTo()
public void setTo(Long To)
To - 日志导出结束时间,毫秒时间戳public String getOrder()
public void setOrder(String Order)
Order - 日志导出时间排序。desc,asc,默认为descpublic String getFormat()
public void setFormat(String Format)
Format - 日志导出数据格式。json,csv,默认为jsonpublic Long getSyntaxRule()
public void setSyntaxRule(Long SyntaxRule)
SyntaxRule - 语法规则,  默认值为0。
0:Lucene语法,1:CQL语法。public String[] getDerivedFields()
public void setDerivedFields(String[] DerivedFields)
DerivedFields - 导出字段Copyright © 2025. All rights reserved.