tencentcloud-sdk-python-cynosdb 3.1.94__tar.gz → 3.1.97__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 (17) hide show
  1. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/tencentcloud/cynosdb/v20190107/cynosdb_client.py +1 -1
  5. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/tencentcloud/cynosdb/v20190107/cynosdb_client_async.py +1 -1
  6. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/tencentcloud/cynosdb/v20190107/models.py +26 -26
  7. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/tencentcloud_sdk_python_cynosdb.egg-info/PKG-INFO +2 -2
  8. tencentcloud_sdk_python_cynosdb-3.1.97/tencentcloud_sdk_python_cynosdb.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_cynosdb-3.1.94/tencentcloud_sdk_python_cynosdb.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/README.rst +0 -0
  11. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/tencentcloud/cynosdb/__init__.py +0 -0
  13. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/tencentcloud/cynosdb/v20190107/__init__.py +0 -0
  14. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/tencentcloud/cynosdb/v20190107/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/tencentcloud_sdk_python_cynosdb.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/tencentcloud_sdk_python_cynosdb.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cynosdb-3.1.94 → tencentcloud_sdk_python_cynosdb-3.1.97}/tencentcloud_sdk_python_cynosdb.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cynosdb
3
- Version: 3.1.94
3
+ Version: 3.1.97
4
4
  Summary: Tencent Cloud Cynosdb SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.94
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.97
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cynosdb',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.94,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.97,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cynosdb SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.94'
17
+ __version__ = '3.1.97'
@@ -1936,7 +1936,7 @@ class CynosdbClient(AbstractClient):
1936
1936
 
1937
1937
 
1938
1938
  def DescribeInstanceSlowQueries(self, request):
1939
- r"""此接口(DescribeInstanceSlowQueries)用于查询实例慢日志详情。
1939
+ r"""此接口(DescribeInstanceSlowQueries)用于查询实例慢日志详情。受到平台返回大小限制,当返回结果过大时,可能会对超过限制的内容进行截断。
1940
1940
 
1941
1941
  :param request: Request instance for DescribeInstanceSlowQueries.
1942
1942
  :type request: :class:`tencentcloud.cynosdb.v20190107.models.DescribeInstanceSlowQueriesRequest`
@@ -1525,7 +1525,7 @@ class CynosdbClient(AbstractClient):
1525
1525
  opts: Dict = None,
1526
1526
  ) -> models.DescribeInstanceSlowQueriesResponse:
1527
1527
  """
1528
- 此接口(DescribeInstanceSlowQueries)用于查询实例慢日志详情。
1528
+ 此接口(DescribeInstanceSlowQueries)用于查询实例慢日志详情。受到平台返回大小限制,当返回结果过大时,可能会对超过限制的内容进行截断。
1529
1529
  """
1530
1530
 
1531
1531
  kwargs = {}
@@ -22424,27 +22424,27 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
22424
22424
 
22425
22425
  def __init__(self):
22426
22426
  r"""
22427
- :param _InstanceId: 实例ID
22427
+ :param _InstanceId: <p>实例ID</p>
22428
22428
  :type InstanceId: str
22429
- :param _StartTime: 事务开始最早时间
22429
+ :param _StartTime: <p>事务开始最早时间</p>
22430
22430
  :type StartTime: str
22431
- :param _EndTime: 事务开始最晚时间
22431
+ :param _EndTime: <p>事务开始最晚时间</p>
22432
22432
  :type EndTime: str
22433
- :param _Limit: 限制条数
22433
+ :param _Limit: <p>限制条数</p><p>建议控制 limit 大小,当 limit 过大时,由于平台返回结果大小限制,可能会造成截断</p>
22434
22434
  :type Limit: int
22435
- :param _Offset: 偏移量
22435
+ :param _Offset: <p>偏移量</p>
22436
22436
  :type Offset: int
22437
- :param _Username: 用户名
22437
+ :param _Username: <p>用户名</p>
22438
22438
  :type Username: str
22439
- :param _Host: 客户端host
22439
+ :param _Host: <p>客户端host</p>
22440
22440
  :type Host: str
22441
- :param _Database: 数据库名
22441
+ :param _Database: <p>数据库名</p>
22442
22442
  :type Database: str
22443
- :param _OrderBy: 排序字段,可选值:QueryTime,LockTime,RowsExamined,RowsSent
22443
+ :param _OrderBy: <p>排序字段</p><p>枚举值:</p><ul><li>QueryTime: 按照 SQL 语句的总执行时长排序</li><li>LockTime: 按照 SQL 语句在等待锁(如表锁、行锁)上消耗的时间排序</li><li>RowsExamined: 按照 SQL 语句在执行过程中扫描的行数排序</li><li>RowsSent: 按照 SQL 语句最终返回给客户端的结果行数排序</li><li>Timestamp: 按照慢查询语句发生的时间戳排序</li></ul>
22444
22444
  :type OrderBy: str
22445
- :param _OrderByType: 排序类型,可选值:asc,desc
22445
+ :param _OrderByType: <p>排序类型,可选值:asc,desc</p>
22446
22446
  :type OrderByType: str
22447
- :param _SqlText: sql语句
22447
+ :param _SqlText: <p>sql语句</p>
22448
22448
  :type SqlText: str
22449
22449
  """
22450
22450
  self._InstanceId = None
@@ -22461,7 +22461,7 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
22461
22461
 
22462
22462
  @property
22463
22463
  def InstanceId(self):
22464
- r"""实例ID
22464
+ r"""<p>实例ID</p>
22465
22465
  :rtype: str
22466
22466
  """
22467
22467
  return self._InstanceId
@@ -22472,7 +22472,7 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
22472
22472
 
22473
22473
  @property
22474
22474
  def StartTime(self):
22475
- r"""事务开始最早时间
22475
+ r"""<p>事务开始最早时间</p>
22476
22476
  :rtype: str
22477
22477
  """
22478
22478
  return self._StartTime
@@ -22483,7 +22483,7 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
22483
22483
 
22484
22484
  @property
22485
22485
  def EndTime(self):
22486
- r"""事务开始最晚时间
22486
+ r"""<p>事务开始最晚时间</p>
22487
22487
  :rtype: str
22488
22488
  """
22489
22489
  return self._EndTime
@@ -22494,7 +22494,7 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
22494
22494
 
22495
22495
  @property
22496
22496
  def Limit(self):
22497
- r"""限制条数
22497
+ r"""<p>限制条数</p><p>建议控制 limit 大小,当 limit 过大时,由于平台返回结果大小限制,可能会造成截断</p>
22498
22498
  :rtype: int
22499
22499
  """
22500
22500
  return self._Limit
@@ -22505,7 +22505,7 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
22505
22505
 
22506
22506
  @property
22507
22507
  def Offset(self):
22508
- r"""偏移量
22508
+ r"""<p>偏移量</p>
22509
22509
  :rtype: int
22510
22510
  """
22511
22511
  return self._Offset
@@ -22516,7 +22516,7 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
22516
22516
 
22517
22517
  @property
22518
22518
  def Username(self):
22519
- r"""用户名
22519
+ r"""<p>用户名</p>
22520
22520
  :rtype: str
22521
22521
  """
22522
22522
  return self._Username
@@ -22527,7 +22527,7 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
22527
22527
 
22528
22528
  @property
22529
22529
  def Host(self):
22530
- r"""客户端host
22530
+ r"""<p>客户端host</p>
22531
22531
  :rtype: str
22532
22532
  """
22533
22533
  return self._Host
@@ -22538,7 +22538,7 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
22538
22538
 
22539
22539
  @property
22540
22540
  def Database(self):
22541
- r"""数据库名
22541
+ r"""<p>数据库名</p>
22542
22542
  :rtype: str
22543
22543
  """
22544
22544
  return self._Database
@@ -22549,7 +22549,7 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
22549
22549
 
22550
22550
  @property
22551
22551
  def OrderBy(self):
22552
- r"""排序字段,可选值:QueryTime,LockTime,RowsExamined,RowsSent
22552
+ r"""<p>排序字段</p><p>枚举值:</p><ul><li>QueryTime: 按照 SQL 语句的总执行时长排序</li><li>LockTime: 按照 SQL 语句在等待锁(如表锁、行锁)上消耗的时间排序</li><li>RowsExamined: 按照 SQL 语句在执行过程中扫描的行数排序</li><li>RowsSent: 按照 SQL 语句最终返回给客户端的结果行数排序</li><li>Timestamp: 按照慢查询语句发生的时间戳排序</li></ul>
22553
22553
  :rtype: str
22554
22554
  """
22555
22555
  return self._OrderBy
@@ -22560,7 +22560,7 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
22560
22560
 
22561
22561
  @property
22562
22562
  def OrderByType(self):
22563
- r"""排序类型,可选值:asc,desc
22563
+ r"""<p>排序类型,可选值:asc,desc</p>
22564
22564
  :rtype: str
22565
22565
  """
22566
22566
  return self._OrderByType
@@ -22571,7 +22571,7 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
22571
22571
 
22572
22572
  @property
22573
22573
  def SqlText(self):
22574
- r"""sql语句
22574
+ r"""<p>sql语句</p>
22575
22575
  :rtype: str
22576
22576
  """
22577
22577
  return self._SqlText
@@ -22610,9 +22610,9 @@ class DescribeInstanceSlowQueriesResponse(AbstractModel):
22610
22610
 
22611
22611
  def __init__(self):
22612
22612
  r"""
22613
- :param _TotalCount: 总条数
22613
+ :param _TotalCount: <p>总条数</p>
22614
22614
  :type TotalCount: int
22615
- :param _SlowQueries: 慢查询记录
22615
+ :param _SlowQueries: <p>慢查询记录</p>
22616
22616
  :type SlowQueries: list of SlowQueriesItem
22617
22617
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22618
22618
  :type RequestId: str
@@ -22623,7 +22623,7 @@ class DescribeInstanceSlowQueriesResponse(AbstractModel):
22623
22623
 
22624
22624
  @property
22625
22625
  def TotalCount(self):
22626
- r"""总条数
22626
+ r"""<p>总条数</p>
22627
22627
  :rtype: int
22628
22628
  """
22629
22629
  return self._TotalCount
@@ -22634,7 +22634,7 @@ class DescribeInstanceSlowQueriesResponse(AbstractModel):
22634
22634
 
22635
22635
  @property
22636
22636
  def SlowQueries(self):
22637
- r"""慢查询记录
22637
+ r"""<p>慢查询记录</p>
22638
22638
  :rtype: list of SlowQueriesItem
22639
22639
  """
22640
22640
  return self._SlowQueries
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cynosdb
3
- Version: 3.1.94
3
+ Version: 3.1.97
4
4
  Summary: Tencent Cloud Cynosdb SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.94
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.97
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.97
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.94