tencentcloud-sdk-nodejs-keewidb 4.1.169 → 4.1.171
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.
package/package.json
CHANGED
|
@@ -162,7 +162,7 @@ export interface CreateInstancesRequest {
|
|
|
162
162
|
*/
|
|
163
163
|
ResourceTags?: Array<ResourceTag>;
|
|
164
164
|
/**
|
|
165
|
-
* <p
|
|
165
|
+
* <p>极速版,单分片持久化内存容量。KeeWiDB 内存容量<b>MachineMemory</b>与持久内存容量<b>MemSize</b>为固定搭配,即2GB内存,固定分配8GB的持久内存,不可选择。具体信息,请参见<a href="https://cloud.tencent.com/document/product/1520/80808">产品规格</a>。</p>单位:GB。
|
|
166
166
|
*/
|
|
167
167
|
MemSize?: number;
|
|
168
168
|
/**
|