tencentcloud-sdk-python-cls 3.0.960__tar.gz → 3.0.961__tar.gz

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 (16) hide show
  1. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/tencentcloud/cls/v20201016/cls_client.py +2 -0
  5. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/tencentcloud/cls/v20201016/models.py +1 -1
  6. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-cls-3.0.961/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-cls-3.0.960/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/README.rst +0 -0
  10. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/tencentcloud/cls/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/tencentcloud/cls/v20201016/__init__.py +0 -0
  13. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cls-3.0.960 → tencentcloud-sdk-python-cls-3.0.961}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.960
3
+ Version: 3.0.961
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cls',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.960"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.961"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cls SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.960'
17
+ __version__ = '3.0.961'
@@ -1892,6 +1892,8 @@ class ClsClient(AbstractClient):
1892
1892
  def SearchLog(self, request):
1893
1893
  """本接口用于检索分析日志, 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。
1894
1894
 
1895
+ API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
1896
+
1895
1897
  :param request: Request instance for SearchLog.
1896
1898
  :type request: :class:`tencentcloud.cls.v20201016.models.SearchLogRequest`
1897
1899
  :rtype: :class:`tencentcloud.cls.v20201016.models.SearchLogResponse`
@@ -16558,7 +16558,7 @@ class SearchLogRequest(AbstractModel):
16558
16558
  :param _TopicId: - 要检索分析的日志主题ID,仅能指定一个日志主题。
16559
16559
  - 如需同时检索多个日志主题,请使用Topics参数。
16560
16560
  :type TopicId: str
16561
- :param _Limit: 表示单次查询返回的原始日志条数,最大值为1000,获取后续日志需使用Context参数
16561
+ :param _Limit: 表示单次查询返回的原始日志条数,默认为100,最大值为1000,获取后续日志需使用Context参数
16562
16562
  注意:
16563
16563
  * 仅当检索分析语句(Query)不包含SQL时有效
16564
16564
  * SQL结果条数指定方式参考<a href="https://cloud.tencent.com/document/product/614/58977" target="_blank">SQL LIMIT语法</a>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.960
3
+ Version: 3.0.961
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.961
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.960