tencentcloud-sdk-cls 1.0.263 → 1.0.266
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/models.rb +13 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 170e84516d3ad71675408809cf4437acf6de26af
|
|
4
|
+
data.tar.gz: be7b614666840788b0c92fb58965f9440d5bd9ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f748c20660aa7ac85b54c622c952f2f3978333928b7631e379c550cb81dc813b3e8836d8b7551f2d42e0de3796371805800363042cef74490b504e3856fc7663
|
|
7
|
+
data.tar.gz: b9c59c44560404a173ee4b233cb19ced887875e867a5fa8e0511d5523777c969681e42c4cad2a2e901827ed6ebf3c9f2bdd895beb0d534192b9e69ee6c4322bb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.266
|
data/lib/v20201016/models.rb
CHANGED
|
@@ -2885,7 +2885,7 @@ module TencentCloud
|
|
|
2885
2885
|
# @type To: Integer
|
|
2886
2886
|
# @param Query: 查询语句,语句长度最大为1024
|
|
2887
2887
|
# @type Query: String
|
|
2888
|
-
# @param Limit: 单次查询返回的日志条数,最大值为
|
|
2888
|
+
# @param Limit: 单次查询返回的日志条数,最大值为1000
|
|
2889
2889
|
# @type Limit: Integer
|
|
2890
2890
|
# @param Context: 加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容
|
|
2891
2891
|
# @type Context: String
|
|
@@ -4226,15 +4226,22 @@ module TencentCloud
|
|
|
4226
4226
|
# @type From: Integer
|
|
4227
4227
|
# @param To: 要查询的日志的结束时间,Unix时间戳,单位ms
|
|
4228
4228
|
# @type To: Integer
|
|
4229
|
-
# @param Query: 查询语句,语句长度最大为
|
|
4229
|
+
# @param Query: 查询语句,语句长度最大为12KB
|
|
4230
|
+
# 查询语句由 <a href="https://cloud.tencent.com/document/product/614/47044" target="_blank">[检索条件]</a> | <a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a>构成,无需对日志进行统计分析时,可省略其中的管道符<code>|</code>及SQL语句
|
|
4230
4231
|
# @type Query: String
|
|
4231
|
-
# @param Limit:
|
|
4232
|
+
# @param Limit: 仅当查询语句(Query)不包含SQL时有效
|
|
4233
|
+
# 表示单次查询返回的原始日志条数,最大值为1000,获取后续日志需使用Context参数
|
|
4234
|
+
# SQL结果条数指定方式参考<a href="https://cloud.tencent.com/document/product/614/58977" target="_blank">SQL LIMIT语法</a>
|
|
4232
4235
|
# @type Limit: Integer
|
|
4233
|
-
# @param Context:
|
|
4236
|
+
# @param Context: 仅当查询语句(Query)不包含SQL时有效
|
|
4237
|
+
# 透传上次接口返回的Context值,可获取后续日志,总计最多可获取1万条原始日志。过期时间1小时
|
|
4238
|
+
# SQL获取后续结果参考<a href="https://cloud.tencent.com/document/product/614/58977" target="_blank">SQL LIMIT语法</a>
|
|
4234
4239
|
# @type Context: String
|
|
4235
|
-
# @param Sort:
|
|
4240
|
+
# @param Sort: 仅当查询语句(Query)不包含SQL时有效。
|
|
4241
|
+
# 原始日志是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
|
|
4242
|
+
# SQL结果排序方式参考<a href="https://cloud.tencent.com/document/product/614/58978" target="_blank">SQL ORDER BY 语法</a>
|
|
4236
4243
|
# @type Sort: String
|
|
4237
|
-
# @param UseNewAnalysis: 为true
|
|
4244
|
+
# @param UseNewAnalysis: 为true代表使用新的检索结果返回方式,响应参数AnalysisRecords和Columns有效;为false时代表使用老检索结果返回方式, AnalysisResults和ColNames有效
|
|
4238
4245
|
# @type UseNewAnalysis: Boolean
|
|
4239
4246
|
|
|
4240
4247
|
attr_accessor :TopicId, :From, :To, :Query, :Limit, :Context, :Sort, :UseNewAnalysis
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cls
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.266
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-02-
|
|
11
|
+
date: 2022-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|