tencentcloud-sdk-python-dbbrain 3.0.1297__tar.gz → 3.0.1298__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-dbbrain might be problematic. Click here for more details.
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/setup.py +1 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud/dbbrain/v20210527/models.py +17 -2
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-dbbrain-3.0.1298/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-dbbrain-3.0.1297/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/README.rst +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud/dbbrain/__init__.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud/dbbrain/v20191016/models.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud/dbbrain/v20210527/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/tencentcloud_sdk_python_dbbrain.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-dbbrain',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1298"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Dbbrain SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -7415,13 +7415,16 @@ class DescribeRedisTopKeyPrefixListRequest(AbstractModel):
|
|
|
7415
7415
|
:type Date: str
|
|
7416
7416
|
:param _Product: 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
|
|
7417
7417
|
:type Product: str
|
|
7418
|
-
:param _Limit: 查询数目,默认为20,最大值为
|
|
7418
|
+
:param _Limit: 查询数目,默认为20,最大值为500。
|
|
7419
7419
|
:type Limit: int
|
|
7420
|
+
:param _ShardIds: 分片ID数组。
|
|
7421
|
+
:type ShardIds: list of int
|
|
7420
7422
|
"""
|
|
7421
7423
|
self._InstanceId = None
|
|
7422
7424
|
self._Date = None
|
|
7423
7425
|
self._Product = None
|
|
7424
7426
|
self._Limit = None
|
|
7427
|
+
self._ShardIds = None
|
|
7425
7428
|
|
|
7426
7429
|
@property
|
|
7427
7430
|
def InstanceId(self):
|
|
@@ -7458,7 +7461,7 @@ class DescribeRedisTopKeyPrefixListRequest(AbstractModel):
|
|
|
7458
7461
|
|
|
7459
7462
|
@property
|
|
7460
7463
|
def Limit(self):
|
|
7461
|
-
"""查询数目,默认为20,最大值为
|
|
7464
|
+
"""查询数目,默认为20,最大值为500。
|
|
7462
7465
|
:rtype: int
|
|
7463
7466
|
"""
|
|
7464
7467
|
return self._Limit
|
|
@@ -7467,12 +7470,24 @@ class DescribeRedisTopKeyPrefixListRequest(AbstractModel):
|
|
|
7467
7470
|
def Limit(self, Limit):
|
|
7468
7471
|
self._Limit = Limit
|
|
7469
7472
|
|
|
7473
|
+
@property
|
|
7474
|
+
def ShardIds(self):
|
|
7475
|
+
"""分片ID数组。
|
|
7476
|
+
:rtype: list of int
|
|
7477
|
+
"""
|
|
7478
|
+
return self._ShardIds
|
|
7479
|
+
|
|
7480
|
+
@ShardIds.setter
|
|
7481
|
+
def ShardIds(self, ShardIds):
|
|
7482
|
+
self._ShardIds = ShardIds
|
|
7483
|
+
|
|
7470
7484
|
|
|
7471
7485
|
def _deserialize(self, params):
|
|
7472
7486
|
self._InstanceId = params.get("InstanceId")
|
|
7473
7487
|
self._Date = params.get("Date")
|
|
7474
7488
|
self._Product = params.get("Product")
|
|
7475
7489
|
self._Limit = params.get("Limit")
|
|
7490
|
+
self._ShardIds = params.get("ShardIds")
|
|
7476
7491
|
memeber_set = set(params.keys())
|
|
7477
7492
|
for name, value in vars(self).items():
|
|
7478
7493
|
property_name = name[1:]
|
tencentcloud-sdk-python-dbbrain-3.0.1298/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1298
|
tencentcloud-sdk-python-dbbrain-3.0.1297/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1297
|
{tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-dbbrain-3.0.1297 → tencentcloud-sdk-python-dbbrain-3.0.1298}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|