@zilliz/milvus2-sdk-node 2.5.11 → 2.5.13

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.
@@ -2333,6 +2333,19 @@ declare const _default: {
2333
2333
  };
2334
2334
  };
2335
2335
  };
2336
+ FlushAllTarget: {
2337
+ fields: {
2338
+ db_name: {
2339
+ type: string;
2340
+ id: number;
2341
+ };
2342
+ collection_names: {
2343
+ rule: string;
2344
+ type: string;
2345
+ id: number;
2346
+ };
2347
+ };
2348
+ };
2336
2349
  FlushAllRequest: {
2337
2350
  options: {
2338
2351
  "(common.privilege_ext_obj).object_type": string;
@@ -2347,6 +2360,14 @@ declare const _default: {
2347
2360
  db_name: {
2348
2361
  type: string;
2349
2362
  id: number;
2363
+ options: {
2364
+ deprecated: boolean;
2365
+ };
2366
+ };
2367
+ flush_targets: {
2368
+ rule: string;
2369
+ type: string;
2370
+ id: number;
2350
2371
  };
2351
2372
  };
2352
2373
  };
@@ -2360,6 +2381,53 @@ declare const _default: {
2360
2381
  type: string;
2361
2382
  id: number;
2362
2383
  };
2384
+ flush_results: {
2385
+ rule: string;
2386
+ type: string;
2387
+ id: number;
2388
+ };
2389
+ };
2390
+ };
2391
+ FlushAllResult: {
2392
+ fields: {
2393
+ db_name: {
2394
+ type: string;
2395
+ id: number;
2396
+ };
2397
+ collection_results: {
2398
+ rule: string;
2399
+ type: string;
2400
+ id: number;
2401
+ };
2402
+ };
2403
+ };
2404
+ FlushCollectionResult: {
2405
+ fields: {
2406
+ collection_name: {
2407
+ type: string;
2408
+ id: number;
2409
+ };
2410
+ segment_ids: {
2411
+ type: string;
2412
+ id: number;
2413
+ };
2414
+ flush_segment_ids: {
2415
+ type: string;
2416
+ id: number;
2417
+ };
2418
+ seal_time: {
2419
+ type: string;
2420
+ id: number;
2421
+ };
2422
+ flush_ts: {
2423
+ type: string;
2424
+ id: number;
2425
+ };
2426
+ channel_cps: {
2427
+ keyType: string;
2428
+ type: string;
2429
+ id: number;
2430
+ };
2363
2431
  };
2364
2432
  };
2365
2433
  PersistentSegmentInfo: {
@@ -2826,6 +2894,14 @@ declare const _default: {
2826
2894
  db_name: {
2827
2895
  type: string;
2828
2896
  id: number;
2897
+ options: {
2898
+ deprecated: boolean;
2899
+ };
2900
+ };
2901
+ flush_targets: {
2902
+ rule: string;
2903
+ type: string;
2904
+ id: number;
2829
2905
  };
2830
2906
  };
2831
2907
  };
@@ -2839,6 +2915,24 @@ declare const _default: {
2839
2915
  type: string;
2840
2916
  id: number;
2841
2917
  };
2918
+ flush_states: {
2919
+ rule: string;
2920
+ type: string;
2921
+ id: number;
2922
+ };
2923
+ };
2924
+ };
2925
+ FlushAllState: {
2926
+ fields: {
2927
+ db_name: {
2928
+ type: string;
2929
+ id: number;
2930
+ };
2931
+ collection_flush_states: {
2932
+ keyType: string;
2933
+ type: string;
2934
+ id: number;
2935
+ };
2842
2936
  };
2843
2937
  };
2844
2938
  ImportRequest: {
@@ -5544,6 +5638,15 @@ declare const _default: {
5544
5638
  };
5545
5639
  };
5546
5640
  };
5641
+ GeometryWktArray: {
5642
+ fields: {
5643
+ data: {
5644
+ rule: string;
5645
+ type: string;
5646
+ id: number;
5647
+ };
5648
+ };
5649
+ };
5547
5650
  ValueField: {
5548
5651
  oneofs: {
5549
5652
  data: {
@@ -5628,6 +5731,10 @@ declare const _default: {
5628
5731
  type: string;
5629
5732
  id: number;
5630
5733
  };
5734
+ geometry_wkt_data: {
5735
+ type: string;
5736
+ id: number;
5737
+ };
5631
5738
  };
5632
5739
  };
5633
5740
  SparseFloatArray: {
@@ -2348,6 +2348,19 @@ exports.default = {
2348
2348
  }
2349
2349
  }
2350
2350
  },
2351
+ "FlushAllTarget": {
2352
+ "fields": {
2353
+ "db_name": {
2354
+ "type": "string",
2355
+ "id": 1
2356
+ },
2357
+ "collection_names": {
2358
+ "rule": "repeated",
2359
+ "type": "string",
2360
+ "id": 2
2361
+ }
2362
+ }
2363
+ },
2351
2364
  "FlushAllRequest": {
2352
2365
  "options": {
2353
2366
  "(common.privilege_ext_obj).object_type": "Global",
@@ -2361,7 +2374,15 @@ exports.default = {
2361
2374
  },
2362
2375
  "db_name": {
2363
2376
  "type": "string",
2364
- "id": 2
2377
+ "id": 2,
2378
+ "options": {
2379
+ "deprecated": true
2380
+ }
2381
+ },
2382
+ "flush_targets": {
2383
+ "rule": "repeated",
2384
+ "type": "FlushAllTarget",
2385
+ "id": 3
2365
2386
  }
2366
2387
  }
2367
2388
  },
@@ -2374,6 +2395,53 @@ exports.default = {
2374
2395
  "flush_all_ts": {
2375
2396
  "type": "uint64",
2376
2397
  "id": 2
2398
+ },
2399
+ "flush_results": {
2400
+ "rule": "repeated",
2401
+ "type": "FlushAllResult",
2402
+ "id": 3
2403
+ }
2404
+ }
2405
+ },
2406
+ "FlushAllResult": {
2407
+ "fields": {
2408
+ "db_name": {
2409
+ "type": "string",
2410
+ "id": 1
2411
+ },
2412
+ "collection_results": {
2413
+ "rule": "repeated",
2414
+ "type": "FlushCollectionResult",
2415
+ "id": 2
2416
+ }
2417
+ }
2418
+ },
2419
+ "FlushCollectionResult": {
2420
+ "fields": {
2421
+ "collection_name": {
2422
+ "type": "string",
2423
+ "id": 1
2424
+ },
2425
+ "segment_ids": {
2426
+ "type": "schema.LongArray",
2427
+ "id": 2
2428
+ },
2429
+ "flush_segment_ids": {
2430
+ "type": "schema.LongArray",
2431
+ "id": 3
2432
+ },
2433
+ "seal_time": {
2434
+ "type": "int64",
2435
+ "id": 4
2436
+ },
2437
+ "flush_ts": {
2438
+ "type": "uint64",
2439
+ "id": 5
2440
+ },
2441
+ "channel_cps": {
2442
+ "keyType": "string",
2443
+ "type": "msg.MsgPosition",
2444
+ "id": 6
2377
2445
  }
2378
2446
  }
2379
2447
  },
@@ -2840,7 +2908,15 @@ exports.default = {
2840
2908
  },
2841
2909
  "db_name": {
2842
2910
  "type": "string",
2843
- "id": 3
2911
+ "id": 3,
2912
+ "options": {
2913
+ "deprecated": true
2914
+ }
2915
+ },
2916
+ "flush_targets": {
2917
+ "rule": "repeated",
2918
+ "type": "FlushAllTarget",
2919
+ "id": 4
2844
2920
  }
2845
2921
  }
2846
2922
  },
@@ -2853,6 +2929,24 @@ exports.default = {
2853
2929
  "flushed": {
2854
2930
  "type": "bool",
2855
2931
  "id": 2
2932
+ },
2933
+ "flush_states": {
2934
+ "rule": "repeated",
2935
+ "type": "FlushAllState",
2936
+ "id": 3
2937
+ }
2938
+ }
2939
+ },
2940
+ "FlushAllState": {
2941
+ "fields": {
2942
+ "db_name": {
2943
+ "type": "string",
2944
+ "id": 1
2945
+ },
2946
+ "collection_flush_states": {
2947
+ "keyType": "string",
2948
+ "type": "bool",
2949
+ "id": 2
2856
2950
  }
2857
2951
  }
2858
2952
  },
@@ -5559,6 +5653,15 @@ exports.default = {
5559
5653
  }
5560
5654
  }
5561
5655
  },
5656
+ "GeometryWktArray": {
5657
+ "fields": {
5658
+ "data": {
5659
+ "rule": "repeated",
5660
+ "type": "string",
5661
+ "id": 1
5662
+ }
5663
+ }
5664
+ },
5562
5665
  "ValueField": {
5563
5666
  "oneofs": {
5564
5667
  "data": {
@@ -5617,7 +5720,8 @@ exports.default = {
5617
5720
  "bytes_data",
5618
5721
  "array_data",
5619
5722
  "json_data",
5620
- "geometry_data"
5723
+ "geometry_data",
5724
+ "geometry_wkt_data"
5621
5725
  ]
5622
5726
  }
5623
5727
  },
@@ -5661,6 +5765,10 @@ exports.default = {
5661
5765
  "geometry_data": {
5662
5766
  "type": "GeometryArray",
5663
5767
  "id": 10
5768
+ },
5769
+ "geometry_wkt_data": {
5770
+ "type": "GeometryWktArray",
5771
+ "id": 12
5664
5772
  }
5665
5773
  }
5666
5774
  },