tencentcloud-sdk-python-dlc 3.0.1307__tar.gz → 3.0.1308__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.
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/setup.py +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/tencentcloud/dlc/v20210125/models.py +6 -6
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/tencentcloud_sdk_python_dlc.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-dlc-3.0.1308/tencentcloud_sdk_python_dlc.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-dlc-3.0.1307/tencentcloud_sdk_python_dlc.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/README.rst +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/tencentcloud/dlc/__init__.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/tencentcloud/dlc/v20210125/__init__.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/tencentcloud/dlc/v20210125/dlc_client.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/tencentcloud_sdk_python_dlc.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/tencentcloud_sdk_python_dlc.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1307 → tencentcloud-sdk-python-dlc-3.0.1308}/tencentcloud_sdk_python_dlc.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-dlc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1308"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Dlc SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -31446,11 +31446,11 @@ class TPartition(AbstractModel):
|
|
|
31446
31446
|
:type Type: str
|
|
31447
31447
|
:param _Comment: 字段描述
|
|
31448
31448
|
:type Comment: str
|
|
31449
|
-
:param _PartitionType:
|
|
31449
|
+
:param _PartitionType: 分区类型(已废弃)
|
|
31450
31450
|
:type PartitionType: str
|
|
31451
|
-
:param _PartitionFormat:
|
|
31451
|
+
:param _PartitionFormat: 分区格式(已废弃)
|
|
31452
31452
|
:type PartitionFormat: str
|
|
31453
|
-
:param _PartitionDot:
|
|
31453
|
+
:param _PartitionDot: 分区分隔数(已废弃)
|
|
31454
31454
|
:type PartitionDot: int
|
|
31455
31455
|
:param _Transform: 分区转换策略
|
|
31456
31456
|
:type Transform: str
|
|
@@ -31501,7 +31501,7 @@ class TPartition(AbstractModel):
|
|
|
31501
31501
|
|
|
31502
31502
|
@property
|
|
31503
31503
|
def PartitionType(self):
|
|
31504
|
-
"""
|
|
31504
|
+
"""分区类型(已废弃)
|
|
31505
31505
|
:rtype: str
|
|
31506
31506
|
"""
|
|
31507
31507
|
return self._PartitionType
|
|
@@ -31512,7 +31512,7 @@ class TPartition(AbstractModel):
|
|
|
31512
31512
|
|
|
31513
31513
|
@property
|
|
31514
31514
|
def PartitionFormat(self):
|
|
31515
|
-
"""
|
|
31515
|
+
"""分区格式(已废弃)
|
|
31516
31516
|
:rtype: str
|
|
31517
31517
|
"""
|
|
31518
31518
|
return self._PartitionFormat
|
|
@@ -31523,7 +31523,7 @@ class TPartition(AbstractModel):
|
|
|
31523
31523
|
|
|
31524
31524
|
@property
|
|
31525
31525
|
def PartitionDot(self):
|
|
31526
|
-
"""
|
|
31526
|
+
"""分区分隔数(已废弃)
|
|
31527
31527
|
:rtype: int
|
|
31528
31528
|
"""
|
|
31529
31529
|
return self._PartitionDot
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1308
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1307
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|