tencentcloud-sdk-cls 1.0.262 → 1.0.265

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201016/models.rb +12 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9afbea2460847b7d39695f02150e84b6a06ec46
4
- data.tar.gz: e7ef4c9d9e0c3332cc1a4d272349c42cc8293690
3
+ metadata.gz: 945105a5e88ab02ba6742730c02c3754d71b410c
4
+ data.tar.gz: aa6d04f2108bc4637e3c80e9a17195c2a0789e87
5
5
  SHA512:
6
- metadata.gz: da04d8fceba9ffe83e957429ec63d5dc7eeaa0919e2683c354dad6a66f1f8d0651e324647a0072d9286de7a8bfe3853e17a981fd571c09afcf70907103ba672e
7
- data.tar.gz: 84eafb17add50634483cfe228c962d2692ad405a6dcca815ce39fa621f710c23a5ab03568e709b59d95401a782c3a67d437a04f9d13e253bdb61097d78cfd12f
6
+ metadata.gz: a90b84da6f90092aa0554f3b4846c286d4c465c2d96302029627132f90854e3c4e768bb02241431740b0c35e75ec7f9c08fb1fa66097284a86f2626fd57c94ec
7
+ data.tar.gz: 3cc022dd1c81914ccdcc67f390e7a6ce94e93adf974a005552bc417711743b948d323b6f535de46357cf8b5a313ab7e23715b6a13fdc5fa5138eb66f6b08f2f1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.262
1
+ 1.0.265
@@ -2885,7 +2885,7 @@ module TencentCloud
2885
2885
  # @type To: Integer
2886
2886
  # @param Query: 查询语句,语句长度最大为1024
2887
2887
  # @type Query: String
2888
- # @param Limit: 单次查询返回的日志条数,最大值为100
2888
+ # @param Limit: 单次查询返回的日志条数,最大值为1000
2889
2889
  # @type Limit: Integer
2890
2890
  # @param Context: 加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容
2891
2891
  # @type Context: String
@@ -4226,15 +4226,21 @@ module TencentCloud
4226
4226
  # @type From: Integer
4227
4227
  # @param To: 要查询的日志的结束时间,Unix时间戳,单位ms
4228
4228
  # @type To: Integer
4229
- # @param Query: 查询语句,语句长度最大为4096
4229
+ # @param Query: 查询语句,语句长度最大为12KB
4230
4230
  # @type Query: String
4231
- # @param Limit: 单次查询返回的原始日志条数,最大值为100。查询语句(Query)包含SQL时,针对SQL的结果条数需在Query中指定,参考https://cloud.tencent.com/document/product/614/58977
4231
+ # @param Limit: 仅当查询语句(Query)不包含SQL时有效
4232
+ # 表示单次查询返回的原始日志条数,最大值为1000,获取下一页日志需使用Context参数
4233
+ # SQL结果条数指定方式参考<a href="https://cloud.tencent.com/document/product/614/58977" target="_blank">SQL LIMIT语法</a>
4232
4234
  # @type Limit: Integer
4233
- # @param Context: 加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容,总计最多可获取1万条原始日志。过期时间1小时
4235
+ # @param Context: 仅当查询语句(Query)不包含SQL时有效
4236
+ # 透传上次接口返回的Context值,可获取下一页日志,总计最多可获取1万条原始日志。过期时间1小时
4237
+ # SQL结果翻页方式参考<a href="https://cloud.tencent.com/document/product/614/58977" target="_blank">SQL LIMIT语法</a>
4234
4238
  # @type Context: String
4235
- # @param Sort: 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
4239
+ # @param Sort: 仅当查询语句(Query)不包含SQL时有效。
4240
+ # 原始日志是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
4241
+ # SQL结果排序方式参考<a href="https://cloud.tencent.com/document/product/614/58978" target="_blank">SQL ORDER BY 语法</a>
4236
4242
  # @type Sort: String
4237
- # @param UseNewAnalysis: 为true代表使用新检索,响应参数AnalysisRecords和Columns有效, 为false时代表使用老检索方式, AnalysisResults和ColNames有效
4243
+ # @param UseNewAnalysis: 为true代表使用新的检索结果返回方式,响应参数AnalysisRecords和Columns有效;为false时代表使用老检索结果返回方式, AnalysisResults和ColNames有效
4238
4244
  # @type UseNewAnalysis: Boolean
4239
4245
 
4240
4246
  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.262
4
+ version: 1.0.265
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-22 00:00:00.000000000 Z
11
+ date: 2022-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common