tencentcloud-sdk-nodejs-es 4.0.1046 → 4.0.1051
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
|
@@ -3914,6 +3914,11 @@ export interface ServerlessIndexMetaField {
|
|
|
3914
3914
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3915
3915
|
*/
|
|
3916
3916
|
IndexName?: string
|
|
3917
|
+
/**
|
|
3918
|
+
* 索引元数据JSON
|
|
3919
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3920
|
+
*/
|
|
3921
|
+
IndexMetaJson?: string
|
|
3917
3922
|
/**
|
|
3918
3923
|
* 索引文档数
|
|
3919
3924
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -3768,6 +3768,11 @@ export interface ServerlessIndexMetaField {
|
|
|
3768
3768
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3769
3769
|
*/
|
|
3770
3770
|
IndexName?: string;
|
|
3771
|
+
/**
|
|
3772
|
+
* 索引元数据JSON
|
|
3773
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3774
|
+
*/
|
|
3775
|
+
IndexMetaJson?: string;
|
|
3771
3776
|
/**
|
|
3772
3777
|
* 索引文档数
|
|
3773
3778
|
注意:此字段可能返回 null,表示取不到有效值。
|