tencentcloud-sdk-python-dbbrain 3.0.1343__tar.gz → 3.0.1344__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.

Files changed (20) hide show
  1. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/setup.py +1 -1
  3. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud/dbbrain/v20191016/models.py +0 -16
  5. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud/dbbrain/v20210527/models.py +0 -14
  6. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-dbbrain-3.0.1344/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-dbbrain-3.0.1343/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/README.rst +0 -0
  10. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud/dbbrain/__init__.py +0 -0
  12. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
  13. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
  14. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
  15. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
  16. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +0 -0
  17. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud/dbbrain/v20210527/errorcodes.py +0 -0
  18. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
  19. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
  20. {tencentcloud-sdk-python-dbbrain-3.0.1343 → tencentcloud-sdk-python-dbbrain-3.0.1344}/tencentcloud_sdk_python_dbbrain.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.0.1343
3
+ Version: 3.0.1344
4
4
  Summary: Tencent Cloud Dbbrain 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-dbbrain',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1343"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1344"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Dbbrain 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.1343'
17
+ __version__ = '3.0.1344'
@@ -4112,13 +4112,10 @@ class DiagHistoryEventItem(AbstractModel):
4112
4112
  :param _DiagItem: 诊断项。
4113
4113
  :type DiagItem: str
4114
4114
  :param _InstanceId: 实例 ID 。
4115
- 注意:此字段可能返回 null,表示取不到有效值。
4116
4115
  :type InstanceId: str
4117
4116
  :param _Metric: 保留字段
4118
- 注意:此字段可能返回 null,表示取不到有效值。
4119
4117
  :type Metric: str
4120
4118
  :param _Region: 地域
4121
- 注意:此字段可能返回 null,表示取不到有效值。
4122
4119
  :type Region: str
4123
4120
  """
4124
4121
  self._DiagType = None
@@ -4212,7 +4209,6 @@ class DiagHistoryEventItem(AbstractModel):
4212
4209
  @property
4213
4210
  def InstanceId(self):
4214
4211
  """实例 ID 。
4215
- 注意:此字段可能返回 null,表示取不到有效值。
4216
4212
  :rtype: str
4217
4213
  """
4218
4214
  return self._InstanceId
@@ -4224,7 +4220,6 @@ class DiagHistoryEventItem(AbstractModel):
4224
4220
  @property
4225
4221
  def Metric(self):
4226
4222
  """保留字段
4227
- 注意:此字段可能返回 null,表示取不到有效值。
4228
4223
  :rtype: str
4229
4224
  """
4230
4225
  return self._Metric
@@ -4236,7 +4231,6 @@ class DiagHistoryEventItem(AbstractModel):
4236
4231
  @property
4237
4232
  def Region(self):
4238
4233
  """地域
4239
- 注意:此字段可能返回 null,表示取不到有效值。
4240
4234
  :rtype: str
4241
4235
  """
4242
4236
  return self._Region
@@ -4929,7 +4923,6 @@ class InstanceConfs(AbstractModel):
4929
4923
  :param _OverviewDisplay: 实例概览开关,Yes/No。
4930
4924
  :type OverviewDisplay: str
4931
4925
  :param _KeyDelimiters: redis大key分析的自定义分割符,仅redis使用
4932
- 注意:此字段可能返回 null,表示取不到有效值。
4933
4926
  :type KeyDelimiters: list of str
4934
4927
  """
4935
4928
  self._DailyInspection = None
@@ -4961,7 +4954,6 @@ class InstanceConfs(AbstractModel):
4961
4954
  @property
4962
4955
  def KeyDelimiters(self):
4963
4956
  """redis大key分析的自定义分割符,仅redis使用
4964
- 注意:此字段可能返回 null,表示取不到有效值。
4965
4957
  :rtype: list of str
4966
4958
  """
4967
4959
  return self._KeyDelimiters
@@ -5793,7 +5785,6 @@ class MonitorFloatMetric(AbstractModel):
5793
5785
  :param _Unit: 指标单位。
5794
5786
  :type Unit: str
5795
5787
  :param _Values: 指标值。
5796
- 注意:此字段可能返回 null,表示取不到有效值。
5797
5788
  :type Values: list of float
5798
5789
  """
5799
5790
  self._Metric = None
@@ -5825,7 +5816,6 @@ class MonitorFloatMetric(AbstractModel):
5825
5816
  @property
5826
5817
  def Values(self):
5827
5818
  """指标值。
5828
- 注意:此字段可能返回 null,表示取不到有效值。
5829
5819
  :rtype: list of float
5830
5820
  """
5831
5821
  return self._Values
@@ -5917,7 +5907,6 @@ class MonitorMetric(AbstractModel):
5917
5907
  :param _Unit: 指标单位。
5918
5908
  :type Unit: str
5919
5909
  :param _Values: 指标值。
5920
- 注意:此字段可能返回 null,表示取不到有效值。
5921
5910
  :type Values: list of int
5922
5911
  """
5923
5912
  self._Metric = None
@@ -5949,7 +5938,6 @@ class MonitorMetric(AbstractModel):
5949
5938
  @property
5950
5939
  def Values(self):
5951
5940
  """指标值。
5952
- 注意:此字段可能返回 null,表示取不到有效值。
5953
5941
  :rtype: list of int
5954
5942
  """
5955
5943
  return self._Values
@@ -6140,7 +6128,6 @@ class SchemaSpaceData(AbstractModel):
6140
6128
  :param _TableRows: 行数。
6141
6129
  :type TableRows: int
6142
6130
  :param _PhysicalFileSize: 库中所有表对应的独立物理文件大小加和(MB)。
6143
- 注意:此字段可能返回 null,表示取不到有效值。
6144
6131
  :type PhysicalFileSize: float
6145
6132
  """
6146
6133
  self._TableSchema = None
@@ -6232,7 +6219,6 @@ class SchemaSpaceData(AbstractModel):
6232
6219
  @property
6233
6220
  def PhysicalFileSize(self):
6234
6221
  """库中所有表对应的独立物理文件大小加和(MB)。
6235
- 注意:此字段可能返回 null,表示取不到有效值。
6236
6222
  :rtype: float
6237
6223
  """
6238
6224
  return self._PhysicalFileSize
@@ -6328,7 +6314,6 @@ class ScoreDetail(AbstractModel):
6328
6314
  :param _ScoreLostMax: 扣分总分上限。
6329
6315
  :type ScoreLostMax: int
6330
6316
  :param _Items: 扣分项列表。
6331
- 注意:此字段可能返回 null,表示取不到有效值。
6332
6317
  :type Items: list of ScoreItem
6333
6318
  """
6334
6319
  self._IssueType = None
@@ -6372,7 +6357,6 @@ class ScoreDetail(AbstractModel):
6372
6357
  @property
6373
6358
  def Items(self):
6374
6359
  """扣分项列表。
6375
- 注意:此字段可能返回 null,表示取不到有效值。
6376
6360
  :rtype: list of ScoreItem
6377
6361
  """
6378
6362
  return self._Items
@@ -11069,7 +11069,6 @@ class DiagHistoryEventItem(AbstractModel):
11069
11069
  :param _InstanceId: 实例 ID 。
11070
11070
  :type InstanceId: str
11071
11071
  :param _Metric: 保留字段。
11072
- 注意:此字段可能返回 null,表示取不到有效值。
11073
11072
  :type Metric: str
11074
11073
  :param _Region: 地域。
11075
11074
  :type Region: str
@@ -11176,7 +11175,6 @@ class DiagHistoryEventItem(AbstractModel):
11176
11175
  @property
11177
11176
  def Metric(self):
11178
11177
  """保留字段。
11179
- 注意:此字段可能返回 null,表示取不到有效值。
11180
11178
  :rtype: str
11181
11179
  """
11182
11180
  return self._Metric
@@ -12102,13 +12100,10 @@ class InstanceConfs(AbstractModel):
12102
12100
  :param _OverviewDisplay: 实例概览开关,Yes/No。
12103
12101
  :type OverviewDisplay: str
12104
12102
  :param _KeyDelimiters: redis大key分析的自定义分割符,仅redis使用
12105
- 注意:此字段可能返回 null,表示取不到有效值。
12106
12103
  :type KeyDelimiters: list of str
12107
12104
  :param _ShardNum: 分片节点数量。
12108
- 注意:此字段可能返回 null,表示取不到有效值。
12109
12105
  :type ShardNum: str
12110
12106
  :param _AnalysisTopKey: 是否开启大key周期性分析,仅redis产品有效。
12111
- 注意:此字段可能返回 null,表示取不到有效值。
12112
12107
  :type AnalysisTopKey: str
12113
12108
  """
12114
12109
  self._DailyInspection = None
@@ -12142,7 +12137,6 @@ class InstanceConfs(AbstractModel):
12142
12137
  @property
12143
12138
  def KeyDelimiters(self):
12144
12139
  """redis大key分析的自定义分割符,仅redis使用
12145
- 注意:此字段可能返回 null,表示取不到有效值。
12146
12140
  :rtype: list of str
12147
12141
  """
12148
12142
  return self._KeyDelimiters
@@ -12154,7 +12148,6 @@ class InstanceConfs(AbstractModel):
12154
12148
  @property
12155
12149
  def ShardNum(self):
12156
12150
  """分片节点数量。
12157
- 注意:此字段可能返回 null,表示取不到有效值。
12158
12151
  :rtype: str
12159
12152
  """
12160
12153
  return self._ShardNum
@@ -12166,7 +12159,6 @@ class InstanceConfs(AbstractModel):
12166
12159
  @property
12167
12160
  def AnalysisTopKey(self):
12168
12161
  """是否开启大key周期性分析,仅redis产品有效。
12169
- 注意:此字段可能返回 null,表示取不到有效值。
12170
12162
  :rtype: str
12171
12163
  """
12172
12164
  return self._AnalysisTopKey
@@ -14063,7 +14055,6 @@ class MonitorFloatMetric(AbstractModel):
14063
14055
  :param _Unit: 指标单位。
14064
14056
  :type Unit: str
14065
14057
  :param _Values: 指标值。
14066
- 注意:此字段可能返回 null,表示取不到有效值。
14067
14058
  :type Values: list of float
14068
14059
  """
14069
14060
  self._Metric = None
@@ -14095,7 +14086,6 @@ class MonitorFloatMetric(AbstractModel):
14095
14086
  @property
14096
14087
  def Values(self):
14097
14088
  """指标值。
14098
- 注意:此字段可能返回 null,表示取不到有效值。
14099
14089
  :rtype: list of float
14100
14090
  """
14101
14091
  return self._Values
@@ -15664,7 +15654,6 @@ class SchemaSpaceData(AbstractModel):
15664
15654
  :param _TableRows: 行数。
15665
15655
  :type TableRows: int
15666
15656
  :param _PhysicalFileSize: 库中所有表对应的独立物理文件大小加和(MB)。
15667
- 注意:此字段可能返回 null,表示取不到有效值。
15668
15657
  :type PhysicalFileSize: float
15669
15658
  """
15670
15659
  self._TableSchema = None
@@ -15756,7 +15745,6 @@ class SchemaSpaceData(AbstractModel):
15756
15745
  @property
15757
15746
  def PhysicalFileSize(self):
15758
15747
  """库中所有表对应的独立物理文件大小加和(MB)。
15759
- 注意:此字段可能返回 null,表示取不到有效值。
15760
15748
  :rtype: float
15761
15749
  """
15762
15750
  return self._PhysicalFileSize
@@ -15852,7 +15840,6 @@ class ScoreDetail(AbstractModel):
15852
15840
  :param _ScoreLostMax: 扣分总分上限。
15853
15841
  :type ScoreLostMax: int
15854
15842
  :param _Items: 扣分项列表。
15855
- 注意:此字段可能返回 null,表示取不到有效值。
15856
15843
  :type Items: list of ScoreItem
15857
15844
  """
15858
15845
  self._IssueType = None
@@ -15896,7 +15883,6 @@ class ScoreDetail(AbstractModel):
15896
15883
  @property
15897
15884
  def Items(self):
15898
15885
  """扣分项列表。
15899
- 注意:此字段可能返回 null,表示取不到有效值。
15900
15886
  :rtype: list of ScoreItem
15901
15887
  """
15902
15888
  return self._Items
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.0.1343
3
+ Version: 3.0.1344
4
4
  Summary: Tencent Cloud Dbbrain 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.1344
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1343