@zilliz/milvus2-sdk-node 2.6.5 → 2.6.6
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/dist/milvus/HttpClient.d.ts +71 -16
- package/dist/milvus/HttpClient.js +52 -11
- package/dist/milvus/HttpClient.js.map +1 -1
- package/dist/milvus/grpc/Data.js +1 -1
- package/dist/milvus/grpc/Data.js.map +1 -1
- package/dist/milvus/http/Alias.d.ts +3 -2
- package/dist/milvus/http/Collection.d.ts +3 -2
- package/dist/milvus/http/Import.d.ts +3 -2
- package/dist/milvus/http/MilvusIndex.d.ts +3 -2
- package/dist/milvus/http/Partition.d.ts +3 -2
- package/dist/milvus/http/Role.d.ts +3 -2
- package/dist/milvus/http/User.d.ts +3 -2
- package/dist/milvus/http/Vector.d.ts +3 -2
- package/dist/milvus/proto-json/milvus.base.d.ts +600 -0
- package/dist/milvus/proto-json/milvus.base.js +618 -9
- package/dist/milvus/proto-json/milvus.base.js.map +1 -1
- package/dist/milvus/proto-json/milvus.d.ts +600 -0
- package/dist/milvus/proto-json/milvus.js +618 -9
- package/dist/milvus/proto-json/milvus.js.map +1 -1
- package/dist/milvus/proto-json/schema.base.d.ts +34 -0
- package/dist/milvus/proto-json/schema.base.js +37 -3
- package/dist/milvus/proto-json/schema.base.js.map +1 -1
- package/dist/sdk.json +1 -1
- package/package.json +1 -1
|
@@ -74,6 +74,10 @@ exports.default = {
|
|
|
74
74
|
"requestType": "DropCollectionFunctionRequest",
|
|
75
75
|
"responseType": "common.Status"
|
|
76
76
|
},
|
|
77
|
+
"TruncateCollection": {
|
|
78
|
+
"requestType": "TruncateCollectionRequest",
|
|
79
|
+
"responseType": "TruncateCollectionResponse"
|
|
80
|
+
},
|
|
77
81
|
"CreatePartition": {
|
|
78
82
|
"requestType": "CreatePartitionRequest",
|
|
79
83
|
"responseType": "common.Status"
|
|
@@ -487,6 +491,42 @@ exports.default = {
|
|
|
487
491
|
"requestStream": true,
|
|
488
492
|
"responseType": "ReplicateResponse",
|
|
489
493
|
"responseStream": true
|
|
494
|
+
},
|
|
495
|
+
"ComputePhraseMatchSlop": {
|
|
496
|
+
"requestType": "ComputePhraseMatchSlopRequest",
|
|
497
|
+
"responseType": "ComputePhraseMatchSlopResponse"
|
|
498
|
+
},
|
|
499
|
+
"CreateSnapshot": {
|
|
500
|
+
"requestType": "CreateSnapshotRequest",
|
|
501
|
+
"responseType": "common.Status"
|
|
502
|
+
},
|
|
503
|
+
"DropSnapshot": {
|
|
504
|
+
"requestType": "DropSnapshotRequest",
|
|
505
|
+
"responseType": "common.Status"
|
|
506
|
+
},
|
|
507
|
+
"ListSnapshots": {
|
|
508
|
+
"requestType": "ListSnapshotsRequest",
|
|
509
|
+
"responseType": "ListSnapshotsResponse"
|
|
510
|
+
},
|
|
511
|
+
"DescribeSnapshot": {
|
|
512
|
+
"requestType": "DescribeSnapshotRequest",
|
|
513
|
+
"responseType": "DescribeSnapshotResponse"
|
|
514
|
+
},
|
|
515
|
+
"RestoreSnapshot": {
|
|
516
|
+
"requestType": "RestoreSnapshotRequest",
|
|
517
|
+
"responseType": "RestoreSnapshotResponse"
|
|
518
|
+
},
|
|
519
|
+
"GetRestoreSnapshotState": {
|
|
520
|
+
"requestType": "GetRestoreSnapshotStateRequest",
|
|
521
|
+
"responseType": "GetRestoreSnapshotStateResponse"
|
|
522
|
+
},
|
|
523
|
+
"ListRestoreSnapshotJobs": {
|
|
524
|
+
"requestType": "ListRestoreSnapshotJobsRequest",
|
|
525
|
+
"responseType": "ListRestoreSnapshotJobsResponse"
|
|
526
|
+
},
|
|
527
|
+
"AlterCollectionSchema": {
|
|
528
|
+
"requestType": "AlterCollectionSchemaRequest",
|
|
529
|
+
"responseType": "AlterCollectionSchemaResponse"
|
|
490
530
|
}
|
|
491
531
|
}
|
|
492
532
|
},
|
|
@@ -2186,6 +2226,12 @@ exports.default = {
|
|
|
2186
2226
|
"(common.privilege_ext_obj).object_name_index": 3
|
|
2187
2227
|
},
|
|
2188
2228
|
"oneofs": {
|
|
2229
|
+
"searchInput": {
|
|
2230
|
+
"oneof": [
|
|
2231
|
+
"placeholderGroup",
|
|
2232
|
+
"ids"
|
|
2233
|
+
]
|
|
2234
|
+
},
|
|
2189
2235
|
"_namespace": {
|
|
2190
2236
|
"oneof": [
|
|
2191
2237
|
"namespace"
|
|
@@ -2218,6 +2264,10 @@ exports.default = {
|
|
|
2218
2264
|
"type": "bytes",
|
|
2219
2265
|
"id": 6
|
|
2220
2266
|
},
|
|
2267
|
+
"ids": {
|
|
2268
|
+
"type": "schema.IDs",
|
|
2269
|
+
"id": 22
|
|
2270
|
+
},
|
|
2221
2271
|
"dslType": {
|
|
2222
2272
|
"type": "common.DslType",
|
|
2223
2273
|
"id": 7
|
|
@@ -2258,7 +2308,10 @@ exports.default = {
|
|
|
2258
2308
|
},
|
|
2259
2309
|
"searchByPrimaryKeys": {
|
|
2260
2310
|
"type": "bool",
|
|
2261
|
-
"id": 16
|
|
2311
|
+
"id": 16,
|
|
2312
|
+
"options": {
|
|
2313
|
+
"deprecated": true
|
|
2314
|
+
}
|
|
2262
2315
|
},
|
|
2263
2316
|
"subReqs": {
|
|
2264
2317
|
"rule": "repeated",
|
|
@@ -2717,6 +2770,26 @@ exports.default = {
|
|
|
2717
2770
|
"flushTargets": {
|
|
2718
2771
|
"rule": "repeated",
|
|
2719
2772
|
"type": "FlushAllTarget",
|
|
2773
|
+
"id": 3,
|
|
2774
|
+
"options": {
|
|
2775
|
+
"deprecated": true
|
|
2776
|
+
}
|
|
2777
|
+
}
|
|
2778
|
+
}
|
|
2779
|
+
},
|
|
2780
|
+
"ClusterInfo": {
|
|
2781
|
+
"fields": {
|
|
2782
|
+
"clusterId": {
|
|
2783
|
+
"type": "string",
|
|
2784
|
+
"id": 1
|
|
2785
|
+
},
|
|
2786
|
+
"cchannel": {
|
|
2787
|
+
"type": "string",
|
|
2788
|
+
"id": 2
|
|
2789
|
+
},
|
|
2790
|
+
"pchannels": {
|
|
2791
|
+
"rule": "repeated",
|
|
2792
|
+
"type": "string",
|
|
2720
2793
|
"id": 3
|
|
2721
2794
|
}
|
|
2722
2795
|
}
|
|
@@ -2729,12 +2802,27 @@ exports.default = {
|
|
|
2729
2802
|
},
|
|
2730
2803
|
"flushAllTs": {
|
|
2731
2804
|
"type": "uint64",
|
|
2732
|
-
"id": 2
|
|
2805
|
+
"id": 2,
|
|
2806
|
+
"options": {
|
|
2807
|
+
"deprecated": true
|
|
2808
|
+
}
|
|
2733
2809
|
},
|
|
2734
2810
|
"flushResults": {
|
|
2735
2811
|
"rule": "repeated",
|
|
2736
2812
|
"type": "FlushAllResult",
|
|
2737
|
-
"id": 3
|
|
2813
|
+
"id": 3,
|
|
2814
|
+
"options": {
|
|
2815
|
+
"deprecated": true
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2818
|
+
"flushAllMsgs": {
|
|
2819
|
+
"keyType": "string",
|
|
2820
|
+
"type": "common.ImmutableMessage",
|
|
2821
|
+
"id": 4
|
|
2822
|
+
},
|
|
2823
|
+
"clusterInfo": {
|
|
2824
|
+
"type": "ClusterInfo",
|
|
2825
|
+
"id": 5
|
|
2738
2826
|
}
|
|
2739
2827
|
}
|
|
2740
2828
|
},
|
|
@@ -3255,7 +3343,10 @@ exports.default = {
|
|
|
3255
3343
|
},
|
|
3256
3344
|
"flushAllTs": {
|
|
3257
3345
|
"type": "uint64",
|
|
3258
|
-
"id": 2
|
|
3346
|
+
"id": 2,
|
|
3347
|
+
"options": {
|
|
3348
|
+
"deprecated": true
|
|
3349
|
+
}
|
|
3259
3350
|
},
|
|
3260
3351
|
"dbName": {
|
|
3261
3352
|
"type": "string",
|
|
@@ -3267,7 +3358,15 @@ exports.default = {
|
|
|
3267
3358
|
"flushTargets": {
|
|
3268
3359
|
"rule": "repeated",
|
|
3269
3360
|
"type": "FlushAllTarget",
|
|
3270
|
-
"id": 4
|
|
3361
|
+
"id": 4,
|
|
3362
|
+
"options": {
|
|
3363
|
+
"deprecated": true
|
|
3364
|
+
}
|
|
3365
|
+
},
|
|
3366
|
+
"flushAllTss": {
|
|
3367
|
+
"keyType": "string",
|
|
3368
|
+
"type": "uint64",
|
|
3369
|
+
"id": 5
|
|
3271
3370
|
}
|
|
3272
3371
|
}
|
|
3273
3372
|
},
|
|
@@ -3284,7 +3383,10 @@ exports.default = {
|
|
|
3284
3383
|
"flushStates": {
|
|
3285
3384
|
"rule": "repeated",
|
|
3286
3385
|
"type": "FlushAllState",
|
|
3287
|
-
"id": 3
|
|
3386
|
+
"id": 3,
|
|
3387
|
+
"options": {
|
|
3388
|
+
"deprecated": true
|
|
3389
|
+
}
|
|
3288
3390
|
}
|
|
3289
3391
|
}
|
|
3290
3392
|
},
|
|
@@ -5405,6 +5507,475 @@ exports.default = {
|
|
|
5405
5507
|
"id": 1
|
|
5406
5508
|
}
|
|
5407
5509
|
}
|
|
5510
|
+
},
|
|
5511
|
+
"TruncateCollectionRequest": {
|
|
5512
|
+
"options": {
|
|
5513
|
+
"(common.privilege_ext_obj).object_type": "Global",
|
|
5514
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeDropCollection",
|
|
5515
|
+
"(common.privilege_ext_obj).object_name_index": -1
|
|
5516
|
+
},
|
|
5517
|
+
"fields": {
|
|
5518
|
+
"base": {
|
|
5519
|
+
"type": "common.MsgBase",
|
|
5520
|
+
"id": 1
|
|
5521
|
+
},
|
|
5522
|
+
"dbName": {
|
|
5523
|
+
"type": "string",
|
|
5524
|
+
"id": 2
|
|
5525
|
+
},
|
|
5526
|
+
"collectionName": {
|
|
5527
|
+
"type": "string",
|
|
5528
|
+
"id": 3
|
|
5529
|
+
}
|
|
5530
|
+
}
|
|
5531
|
+
},
|
|
5532
|
+
"TruncateCollectionResponse": {
|
|
5533
|
+
"fields": {
|
|
5534
|
+
"status": {
|
|
5535
|
+
"type": "common.Status",
|
|
5536
|
+
"id": 1
|
|
5537
|
+
}
|
|
5538
|
+
}
|
|
5539
|
+
},
|
|
5540
|
+
"ComputePhraseMatchSlopRequest": {
|
|
5541
|
+
"fields": {
|
|
5542
|
+
"base": {
|
|
5543
|
+
"type": "common.MsgBase",
|
|
5544
|
+
"id": 1
|
|
5545
|
+
},
|
|
5546
|
+
"analyzerParams": {
|
|
5547
|
+
"type": "string",
|
|
5548
|
+
"id": 2
|
|
5549
|
+
},
|
|
5550
|
+
"queryText": {
|
|
5551
|
+
"type": "string",
|
|
5552
|
+
"id": 3
|
|
5553
|
+
},
|
|
5554
|
+
"dataTexts": {
|
|
5555
|
+
"rule": "repeated",
|
|
5556
|
+
"type": "string",
|
|
5557
|
+
"id": 4
|
|
5558
|
+
}
|
|
5559
|
+
}
|
|
5560
|
+
},
|
|
5561
|
+
"ComputePhraseMatchSlopResponse": {
|
|
5562
|
+
"fields": {
|
|
5563
|
+
"status": {
|
|
5564
|
+
"type": "common.Status",
|
|
5565
|
+
"id": 1
|
|
5566
|
+
},
|
|
5567
|
+
"isMatch": {
|
|
5568
|
+
"rule": "repeated",
|
|
5569
|
+
"type": "bool",
|
|
5570
|
+
"id": 2
|
|
5571
|
+
},
|
|
5572
|
+
"slops": {
|
|
5573
|
+
"rule": "repeated",
|
|
5574
|
+
"type": "int64",
|
|
5575
|
+
"id": 3
|
|
5576
|
+
}
|
|
5577
|
+
}
|
|
5578
|
+
},
|
|
5579
|
+
"CreateSnapshotRequest": {
|
|
5580
|
+
"options": {
|
|
5581
|
+
"(common.privilege_ext_obj).object_type": "Global",
|
|
5582
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeCreateSnapshot",
|
|
5583
|
+
"(common.privilege_ext_obj).object_name_index": -1
|
|
5584
|
+
},
|
|
5585
|
+
"fields": {
|
|
5586
|
+
"base": {
|
|
5587
|
+
"type": "common.MsgBase",
|
|
5588
|
+
"id": 1
|
|
5589
|
+
},
|
|
5590
|
+
"name": {
|
|
5591
|
+
"type": "string",
|
|
5592
|
+
"id": 2
|
|
5593
|
+
},
|
|
5594
|
+
"description": {
|
|
5595
|
+
"type": "string",
|
|
5596
|
+
"id": 3
|
|
5597
|
+
},
|
|
5598
|
+
"dbName": {
|
|
5599
|
+
"type": "string",
|
|
5600
|
+
"id": 4
|
|
5601
|
+
},
|
|
5602
|
+
"collectionName": {
|
|
5603
|
+
"type": "string",
|
|
5604
|
+
"id": 5
|
|
5605
|
+
}
|
|
5606
|
+
}
|
|
5607
|
+
},
|
|
5608
|
+
"DropSnapshotRequest": {
|
|
5609
|
+
"options": {
|
|
5610
|
+
"(common.privilege_ext_obj).object_type": "Global",
|
|
5611
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeDropSnapshot",
|
|
5612
|
+
"(common.privilege_ext_obj).object_name_index": -1
|
|
5613
|
+
},
|
|
5614
|
+
"fields": {
|
|
5615
|
+
"base": {
|
|
5616
|
+
"type": "common.MsgBase",
|
|
5617
|
+
"id": 1
|
|
5618
|
+
},
|
|
5619
|
+
"name": {
|
|
5620
|
+
"type": "string",
|
|
5621
|
+
"id": 2
|
|
5622
|
+
}
|
|
5623
|
+
}
|
|
5624
|
+
},
|
|
5625
|
+
"ListSnapshotsRequest": {
|
|
5626
|
+
"options": {
|
|
5627
|
+
"(common.privilege_ext_obj).object_type": "Global",
|
|
5628
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeListSnapshots",
|
|
5629
|
+
"(common.privilege_ext_obj).object_name_index": -1
|
|
5630
|
+
},
|
|
5631
|
+
"fields": {
|
|
5632
|
+
"base": {
|
|
5633
|
+
"type": "common.MsgBase",
|
|
5634
|
+
"id": 1
|
|
5635
|
+
},
|
|
5636
|
+
"dbName": {
|
|
5637
|
+
"type": "string",
|
|
5638
|
+
"id": 2
|
|
5639
|
+
},
|
|
5640
|
+
"collectionName": {
|
|
5641
|
+
"type": "string",
|
|
5642
|
+
"id": 3
|
|
5643
|
+
}
|
|
5644
|
+
}
|
|
5645
|
+
},
|
|
5646
|
+
"ListSnapshotsResponse": {
|
|
5647
|
+
"fields": {
|
|
5648
|
+
"status": {
|
|
5649
|
+
"type": "common.Status",
|
|
5650
|
+
"id": 1
|
|
5651
|
+
},
|
|
5652
|
+
"snapshots": {
|
|
5653
|
+
"rule": "repeated",
|
|
5654
|
+
"type": "string",
|
|
5655
|
+
"id": 2
|
|
5656
|
+
}
|
|
5657
|
+
}
|
|
5658
|
+
},
|
|
5659
|
+
"DescribeSnapshotRequest": {
|
|
5660
|
+
"options": {
|
|
5661
|
+
"(common.privilege_ext_obj).object_type": "Global",
|
|
5662
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeDescribeSnapshot",
|
|
5663
|
+
"(common.privilege_ext_obj).object_name_index": -1
|
|
5664
|
+
},
|
|
5665
|
+
"fields": {
|
|
5666
|
+
"base": {
|
|
5667
|
+
"type": "common.MsgBase",
|
|
5668
|
+
"id": 1
|
|
5669
|
+
},
|
|
5670
|
+
"name": {
|
|
5671
|
+
"type": "string",
|
|
5672
|
+
"id": 2
|
|
5673
|
+
}
|
|
5674
|
+
}
|
|
5675
|
+
},
|
|
5676
|
+
"DescribeSnapshotResponse": {
|
|
5677
|
+
"fields": {
|
|
5678
|
+
"status": {
|
|
5679
|
+
"type": "common.Status",
|
|
5680
|
+
"id": 1
|
|
5681
|
+
},
|
|
5682
|
+
"name": {
|
|
5683
|
+
"type": "string",
|
|
5684
|
+
"id": 2
|
|
5685
|
+
},
|
|
5686
|
+
"description": {
|
|
5687
|
+
"type": "string",
|
|
5688
|
+
"id": 3
|
|
5689
|
+
},
|
|
5690
|
+
"collectionName": {
|
|
5691
|
+
"type": "string",
|
|
5692
|
+
"id": 4
|
|
5693
|
+
},
|
|
5694
|
+
"partitionNames": {
|
|
5695
|
+
"rule": "repeated",
|
|
5696
|
+
"type": "string",
|
|
5697
|
+
"id": 5
|
|
5698
|
+
},
|
|
5699
|
+
"createTs": {
|
|
5700
|
+
"type": "int64",
|
|
5701
|
+
"id": 6
|
|
5702
|
+
},
|
|
5703
|
+
"s3Location": {
|
|
5704
|
+
"type": "string",
|
|
5705
|
+
"id": 7
|
|
5706
|
+
}
|
|
5707
|
+
}
|
|
5708
|
+
},
|
|
5709
|
+
"RestoreSnapshotRequest": {
|
|
5710
|
+
"options": {
|
|
5711
|
+
"(common.privilege_ext_obj).object_type": "Global",
|
|
5712
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeRestoreSnapshot",
|
|
5713
|
+
"(common.privilege_ext_obj).object_name_index": -1
|
|
5714
|
+
},
|
|
5715
|
+
"fields": {
|
|
5716
|
+
"base": {
|
|
5717
|
+
"type": "common.MsgBase",
|
|
5718
|
+
"id": 1
|
|
5719
|
+
},
|
|
5720
|
+
"name": {
|
|
5721
|
+
"type": "string",
|
|
5722
|
+
"id": 2
|
|
5723
|
+
},
|
|
5724
|
+
"dbName": {
|
|
5725
|
+
"type": "string",
|
|
5726
|
+
"id": 3
|
|
5727
|
+
},
|
|
5728
|
+
"collectionName": {
|
|
5729
|
+
"type": "string",
|
|
5730
|
+
"id": 4
|
|
5731
|
+
},
|
|
5732
|
+
"rewriteData": {
|
|
5733
|
+
"type": "bool",
|
|
5734
|
+
"id": 5
|
|
5735
|
+
}
|
|
5736
|
+
}
|
|
5737
|
+
},
|
|
5738
|
+
"RestoreSnapshotResponse": {
|
|
5739
|
+
"fields": {
|
|
5740
|
+
"status": {
|
|
5741
|
+
"type": "common.Status",
|
|
5742
|
+
"id": 1
|
|
5743
|
+
},
|
|
5744
|
+
"jobId": {
|
|
5745
|
+
"type": "int64",
|
|
5746
|
+
"id": 2
|
|
5747
|
+
}
|
|
5748
|
+
}
|
|
5749
|
+
},
|
|
5750
|
+
"RestoreSnapshotState": {
|
|
5751
|
+
"values": {
|
|
5752
|
+
"RestoreSnapshotNone": 0,
|
|
5753
|
+
"RestoreSnapshotPending": 1,
|
|
5754
|
+
"RestoreSnapshotExecuting": 2,
|
|
5755
|
+
"RestoreSnapshotCompleted": 3,
|
|
5756
|
+
"RestoreSnapshotFailed": 4
|
|
5757
|
+
}
|
|
5758
|
+
},
|
|
5759
|
+
"RestoreSnapshotInfo": {
|
|
5760
|
+
"fields": {
|
|
5761
|
+
"jobId": {
|
|
5762
|
+
"type": "int64",
|
|
5763
|
+
"id": 1
|
|
5764
|
+
},
|
|
5765
|
+
"snapshotName": {
|
|
5766
|
+
"type": "string",
|
|
5767
|
+
"id": 2
|
|
5768
|
+
},
|
|
5769
|
+
"dbName": {
|
|
5770
|
+
"type": "string",
|
|
5771
|
+
"id": 3
|
|
5772
|
+
},
|
|
5773
|
+
"collectionName": {
|
|
5774
|
+
"type": "string",
|
|
5775
|
+
"id": 4
|
|
5776
|
+
},
|
|
5777
|
+
"state": {
|
|
5778
|
+
"type": "RestoreSnapshotState",
|
|
5779
|
+
"id": 5
|
|
5780
|
+
},
|
|
5781
|
+
"progress": {
|
|
5782
|
+
"type": "int32",
|
|
5783
|
+
"id": 6
|
|
5784
|
+
},
|
|
5785
|
+
"reason": {
|
|
5786
|
+
"type": "string",
|
|
5787
|
+
"id": 7
|
|
5788
|
+
},
|
|
5789
|
+
"startTime": {
|
|
5790
|
+
"type": "uint64",
|
|
5791
|
+
"id": 8
|
|
5792
|
+
},
|
|
5793
|
+
"timeCost": {
|
|
5794
|
+
"type": "uint64",
|
|
5795
|
+
"id": 9
|
|
5796
|
+
}
|
|
5797
|
+
}
|
|
5798
|
+
},
|
|
5799
|
+
"GetRestoreSnapshotStateRequest": {
|
|
5800
|
+
"options": {
|
|
5801
|
+
"(common.privilege_ext_obj).object_type": "Global",
|
|
5802
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeRestoreSnapshot",
|
|
5803
|
+
"(common.privilege_ext_obj).object_name_index": -1
|
|
5804
|
+
},
|
|
5805
|
+
"fields": {
|
|
5806
|
+
"base": {
|
|
5807
|
+
"type": "common.MsgBase",
|
|
5808
|
+
"id": 1
|
|
5809
|
+
},
|
|
5810
|
+
"jobId": {
|
|
5811
|
+
"type": "int64",
|
|
5812
|
+
"id": 2
|
|
5813
|
+
}
|
|
5814
|
+
}
|
|
5815
|
+
},
|
|
5816
|
+
"GetRestoreSnapshotStateResponse": {
|
|
5817
|
+
"fields": {
|
|
5818
|
+
"status": {
|
|
5819
|
+
"type": "common.Status",
|
|
5820
|
+
"id": 1
|
|
5821
|
+
},
|
|
5822
|
+
"info": {
|
|
5823
|
+
"type": "RestoreSnapshotInfo",
|
|
5824
|
+
"id": 2
|
|
5825
|
+
}
|
|
5826
|
+
}
|
|
5827
|
+
},
|
|
5828
|
+
"ListRestoreSnapshotJobsRequest": {
|
|
5829
|
+
"options": {
|
|
5830
|
+
"(common.privilege_ext_obj).object_type": "Global",
|
|
5831
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeRestoreSnapshot",
|
|
5832
|
+
"(common.privilege_ext_obj).object_name_index": -1
|
|
5833
|
+
},
|
|
5834
|
+
"fields": {
|
|
5835
|
+
"base": {
|
|
5836
|
+
"type": "common.MsgBase",
|
|
5837
|
+
"id": 1
|
|
5838
|
+
},
|
|
5839
|
+
"dbName": {
|
|
5840
|
+
"type": "string",
|
|
5841
|
+
"id": 2
|
|
5842
|
+
},
|
|
5843
|
+
"collectionName": {
|
|
5844
|
+
"type": "string",
|
|
5845
|
+
"id": 3
|
|
5846
|
+
}
|
|
5847
|
+
}
|
|
5848
|
+
},
|
|
5849
|
+
"ListRestoreSnapshotJobsResponse": {
|
|
5850
|
+
"fields": {
|
|
5851
|
+
"status": {
|
|
5852
|
+
"type": "common.Status",
|
|
5853
|
+
"id": 1
|
|
5854
|
+
},
|
|
5855
|
+
"jobs": {
|
|
5856
|
+
"rule": "repeated",
|
|
5857
|
+
"type": "RestoreSnapshotInfo",
|
|
5858
|
+
"id": 2
|
|
5859
|
+
}
|
|
5860
|
+
}
|
|
5861
|
+
},
|
|
5862
|
+
"AlterCollectionSchemaRequest": {
|
|
5863
|
+
"options": {
|
|
5864
|
+
"(common.privilege_ext_obj).object_type": "Collection",
|
|
5865
|
+
"(common.privilege_ext_obj).object_privilege": "PrivilegeAlterCollectionSchema",
|
|
5866
|
+
"(common.privilege_ext_obj).object_name_index": 3
|
|
5867
|
+
},
|
|
5868
|
+
"fields": {
|
|
5869
|
+
"base": {
|
|
5870
|
+
"type": "common.MsgBase",
|
|
5871
|
+
"id": 1
|
|
5872
|
+
},
|
|
5873
|
+
"dbName": {
|
|
5874
|
+
"type": "string",
|
|
5875
|
+
"id": 2
|
|
5876
|
+
},
|
|
5877
|
+
"collectionName": {
|
|
5878
|
+
"type": "string",
|
|
5879
|
+
"id": 3
|
|
5880
|
+
},
|
|
5881
|
+
"collectionID": {
|
|
5882
|
+
"type": "int64",
|
|
5883
|
+
"id": 4
|
|
5884
|
+
},
|
|
5885
|
+
"action": {
|
|
5886
|
+
"type": "Action",
|
|
5887
|
+
"id": 5
|
|
5888
|
+
}
|
|
5889
|
+
},
|
|
5890
|
+
"nested": {
|
|
5891
|
+
"FieldInfo": {
|
|
5892
|
+
"fields": {
|
|
5893
|
+
"fieldSchema": {
|
|
5894
|
+
"type": "schema.FieldSchema",
|
|
5895
|
+
"id": 1
|
|
5896
|
+
},
|
|
5897
|
+
"indexName": {
|
|
5898
|
+
"type": "string",
|
|
5899
|
+
"id": 2
|
|
5900
|
+
},
|
|
5901
|
+
"extraParams": {
|
|
5902
|
+
"rule": "repeated",
|
|
5903
|
+
"type": "common.KeyValuePair",
|
|
5904
|
+
"id": 3
|
|
5905
|
+
}
|
|
5906
|
+
}
|
|
5907
|
+
},
|
|
5908
|
+
"AddRequest": {
|
|
5909
|
+
"fields": {
|
|
5910
|
+
"fieldInfos": {
|
|
5911
|
+
"rule": "repeated",
|
|
5912
|
+
"type": "FieldInfo",
|
|
5913
|
+
"id": 1
|
|
5914
|
+
},
|
|
5915
|
+
"funcSchema": {
|
|
5916
|
+
"rule": "repeated",
|
|
5917
|
+
"type": "schema.FunctionSchema",
|
|
5918
|
+
"id": 2
|
|
5919
|
+
},
|
|
5920
|
+
"doPhysicalBackfill": {
|
|
5921
|
+
"type": "bool",
|
|
5922
|
+
"id": 3
|
|
5923
|
+
}
|
|
5924
|
+
}
|
|
5925
|
+
},
|
|
5926
|
+
"DropRequest": {
|
|
5927
|
+
"oneofs": {
|
|
5928
|
+
"fieldIdentifier": {
|
|
5929
|
+
"oneof": [
|
|
5930
|
+
"fieldName",
|
|
5931
|
+
"fieldId"
|
|
5932
|
+
]
|
|
5933
|
+
}
|
|
5934
|
+
},
|
|
5935
|
+
"fields": {
|
|
5936
|
+
"fieldName": {
|
|
5937
|
+
"type": "string",
|
|
5938
|
+
"id": 1
|
|
5939
|
+
},
|
|
5940
|
+
"fieldId": {
|
|
5941
|
+
"type": "int64",
|
|
5942
|
+
"id": 2
|
|
5943
|
+
}
|
|
5944
|
+
}
|
|
5945
|
+
},
|
|
5946
|
+
"Action": {
|
|
5947
|
+
"oneofs": {
|
|
5948
|
+
"op": {
|
|
5949
|
+
"oneof": [
|
|
5950
|
+
"addRequest",
|
|
5951
|
+
"dropRequest"
|
|
5952
|
+
]
|
|
5953
|
+
}
|
|
5954
|
+
},
|
|
5955
|
+
"fields": {
|
|
5956
|
+
"addRequest": {
|
|
5957
|
+
"type": "AddRequest",
|
|
5958
|
+
"id": 1
|
|
5959
|
+
},
|
|
5960
|
+
"dropRequest": {
|
|
5961
|
+
"type": "DropRequest",
|
|
5962
|
+
"id": 2
|
|
5963
|
+
}
|
|
5964
|
+
}
|
|
5965
|
+
}
|
|
5966
|
+
}
|
|
5967
|
+
},
|
|
5968
|
+
"AlterCollectionSchemaResponse": {
|
|
5969
|
+
"fields": {
|
|
5970
|
+
"alterStatus": {
|
|
5971
|
+
"type": "common.Status",
|
|
5972
|
+
"id": 1
|
|
5973
|
+
},
|
|
5974
|
+
"indexStatus": {
|
|
5975
|
+
"type": "common.Status",
|
|
5976
|
+
"id": 2
|
|
5977
|
+
}
|
|
5978
|
+
}
|
|
5408
5979
|
}
|
|
5409
5980
|
}
|
|
5410
5981
|
},
|
|
@@ -5616,6 +6187,10 @@ exports.default = {
|
|
|
5616
6187
|
"rule": "repeated",
|
|
5617
6188
|
"type": "bytes",
|
|
5618
6189
|
"id": 3
|
|
6190
|
+
},
|
|
6191
|
+
"elementLevel": {
|
|
6192
|
+
"type": "bool",
|
|
6193
|
+
"id": 4
|
|
5619
6194
|
}
|
|
5620
6195
|
}
|
|
5621
6196
|
},
|
|
@@ -5662,6 +6237,7 @@ exports.default = {
|
|
|
5662
6237
|
"AddCollectionFunction": 116,
|
|
5663
6238
|
"AlterCollectionFunction": 117,
|
|
5664
6239
|
"DropCollectionFunction": 118,
|
|
6240
|
+
"TruncateCollection": 119,
|
|
5665
6241
|
"CreatePartition": 200,
|
|
5666
6242
|
"DropPartition": 201,
|
|
5667
6243
|
"HasPartition": 202,
|
|
@@ -5692,6 +6268,7 @@ exports.default = {
|
|
|
5692
6268
|
"FlushSegment": 406,
|
|
5693
6269
|
"CreateSegment": 407,
|
|
5694
6270
|
"Import": 408,
|
|
6271
|
+
"FlushAll": 409,
|
|
5695
6272
|
"Search": 500,
|
|
5696
6273
|
"SearchResult": 501,
|
|
5697
6274
|
"GetIndexState": 502,
|
|
@@ -5762,7 +6339,15 @@ exports.default = {
|
|
|
5762
6339
|
"AlterDatabase": 1804,
|
|
5763
6340
|
"DescribeDatabase": 1805,
|
|
5764
6341
|
"AddCollectionField": 1900,
|
|
5765
|
-
"AlterWAL": 2000
|
|
6342
|
+
"AlterWAL": 2000,
|
|
6343
|
+
"CreateSnapshot": 2100,
|
|
6344
|
+
"DropSnapshot": 2101,
|
|
6345
|
+
"ListSnapshots": 2102,
|
|
6346
|
+
"DescribeSnapshot": 2103,
|
|
6347
|
+
"RestoreSnapshot": 2104,
|
|
6348
|
+
"GetRestoreSnapshotState": 2105,
|
|
6349
|
+
"ListRestoreSnapshotJobs": 2106,
|
|
6350
|
+
"AlterCollectionSchema": 2200
|
|
5766
6351
|
}
|
|
5767
6352
|
},
|
|
5768
6353
|
"MsgBase": {
|
|
@@ -5951,7 +6536,13 @@ exports.default = {
|
|
|
5951
6536
|
"PrivilegeAddFileResource": 72,
|
|
5952
6537
|
"PrivilegeRemoveFileResource": 73,
|
|
5953
6538
|
"PrivilegeListFileResources": 74,
|
|
5954
|
-
"PrivilegeUpdateReplicateConfiguration": 78
|
|
6539
|
+
"PrivilegeUpdateReplicateConfiguration": 78,
|
|
6540
|
+
"PrivilegeCreateSnapshot": 79,
|
|
6541
|
+
"PrivilegeDropSnapshot": 80,
|
|
6542
|
+
"PrivilegeDescribeSnapshot": 81,
|
|
6543
|
+
"PrivilegeListSnapshots": 82,
|
|
6544
|
+
"PrivilegeRestoreSnapshot": 83,
|
|
6545
|
+
"PrivilegeAlterCollectionSchema": 84
|
|
5955
6546
|
}
|
|
5956
6547
|
},
|
|
5957
6548
|
"PrivilegeExt": {
|
|
@@ -6351,7 +6942,8 @@ exports.default = {
|
|
|
6351
6942
|
"Unknown": 0,
|
|
6352
6943
|
"BM25": 1,
|
|
6353
6944
|
"TextEmbedding": 2,
|
|
6354
|
-
"Rerank": 3
|
|
6945
|
+
"Rerank": 3,
|
|
6946
|
+
"MinHash": 4
|
|
6355
6947
|
}
|
|
6356
6948
|
},
|
|
6357
6949
|
"FieldState": {
|
|
@@ -6551,6 +7143,15 @@ exports.default = {
|
|
|
6551
7143
|
"externalSpec": {
|
|
6552
7144
|
"type": "string",
|
|
6553
7145
|
"id": 12
|
|
7146
|
+
},
|
|
7147
|
+
"doPhysicalBackfill": {
|
|
7148
|
+
"type": "bool",
|
|
7149
|
+
"id": 13
|
|
7150
|
+
},
|
|
7151
|
+
"fileResourceIds": {
|
|
7152
|
+
"rule": "repeated",
|
|
7153
|
+
"type": "int64",
|
|
7154
|
+
"id": 14
|
|
6554
7155
|
}
|
|
6555
7156
|
}
|
|
6556
7157
|
},
|
|
@@ -7052,6 +7653,10 @@ exports.default = {
|
|
|
7052
7653
|
"rule": "repeated",
|
|
7053
7654
|
"type": "common.HighlightResult",
|
|
7054
7655
|
"id": 14
|
|
7656
|
+
},
|
|
7657
|
+
"elementIndices": {
|
|
7658
|
+
"type": "LongArray",
|
|
7659
|
+
"id": 15
|
|
7055
7660
|
}
|
|
7056
7661
|
}
|
|
7057
7662
|
},
|
|
@@ -7442,6 +8047,10 @@ exports.default = {
|
|
|
7442
8047
|
"timestamp": {
|
|
7443
8048
|
"type": "uint64",
|
|
7444
8049
|
"id": 4
|
|
8050
|
+
},
|
|
8051
|
+
"WALName": {
|
|
8052
|
+
"type": "common.WALName",
|
|
8053
|
+
"id": 5
|
|
7445
8054
|
}
|
|
7446
8055
|
}
|
|
7447
8056
|
},
|