@zilliz/milvus2-sdk-node 2.6.12 → 2.6.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.
- package/dist/milvus/bulkwriter/JsonFormatter.js +4 -3
- package/dist/milvus/bulkwriter/JsonFormatter.js.map +1 -1
- package/dist/milvus/bulkwriter/ParquetFormatter.js +30 -21
- package/dist/milvus/bulkwriter/ParquetFormatter.js.map +1 -1
- package/dist/milvus/proto-json/milvus.base.d.ts +46 -0
- package/dist/milvus/proto-json/milvus.base.js +49 -0
- package/dist/milvus/proto-json/milvus.base.js.map +1 -1
- package/dist/milvus/proto-json/milvus.d.ts +46 -0
- package/dist/milvus/proto-json/milvus.js +49 -0
- package/dist/milvus/proto-json/milvus.js.map +1 -1
- package/dist/sdk.json +1 -1
- package/package.json +1 -1
|
@@ -490,6 +490,11 @@ declare const _default: {
|
|
|
490
490
|
responseType: string;
|
|
491
491
|
responseStream: boolean;
|
|
492
492
|
};
|
|
493
|
+
DumpMessages: {
|
|
494
|
+
requestType: string;
|
|
495
|
+
responseType: string;
|
|
496
|
+
responseStream: boolean;
|
|
497
|
+
};
|
|
493
498
|
};
|
|
494
499
|
};
|
|
495
500
|
CreateAliasRequest: {
|
|
@@ -5418,6 +5423,10 @@ declare const _default: {
|
|
|
5418
5423
|
type: string;
|
|
5419
5424
|
id: number;
|
|
5420
5425
|
};
|
|
5426
|
+
salvage_checkpoint: {
|
|
5427
|
+
type: string;
|
|
5428
|
+
id: number;
|
|
5429
|
+
};
|
|
5421
5430
|
};
|
|
5422
5431
|
};
|
|
5423
5432
|
ReplicateMessage: {
|
|
@@ -5466,6 +5475,43 @@ declare const _default: {
|
|
|
5466
5475
|
};
|
|
5467
5476
|
};
|
|
5468
5477
|
};
|
|
5478
|
+
DumpMessagesRequest: {
|
|
5479
|
+
fields: {
|
|
5480
|
+
pchannel: {
|
|
5481
|
+
type: string;
|
|
5482
|
+
id: number;
|
|
5483
|
+
};
|
|
5484
|
+
start_message_id: {
|
|
5485
|
+
type: string;
|
|
5486
|
+
id: number;
|
|
5487
|
+
};
|
|
5488
|
+
start_timetick: {
|
|
5489
|
+
type: string;
|
|
5490
|
+
id: number;
|
|
5491
|
+
};
|
|
5492
|
+
end_timetick: {
|
|
5493
|
+
type: string;
|
|
5494
|
+
id: number;
|
|
5495
|
+
};
|
|
5496
|
+
};
|
|
5497
|
+
};
|
|
5498
|
+
DumpMessagesResponse: {
|
|
5499
|
+
oneofs: {
|
|
5500
|
+
response: {
|
|
5501
|
+
oneof: string[];
|
|
5502
|
+
};
|
|
5503
|
+
};
|
|
5504
|
+
fields: {
|
|
5505
|
+
status: {
|
|
5506
|
+
type: string;
|
|
5507
|
+
id: number;
|
|
5508
|
+
};
|
|
5509
|
+
message: {
|
|
5510
|
+
type: string;
|
|
5511
|
+
id: number;
|
|
5512
|
+
};
|
|
5513
|
+
};
|
|
5514
|
+
};
|
|
5469
5515
|
TruncateCollectionRequest: {
|
|
5470
5516
|
options: {
|
|
5471
5517
|
"(common.privilege_ext_obj).object_type": string;
|
|
@@ -495,6 +495,11 @@ exports.default = {
|
|
|
495
495
|
"requestStream": true,
|
|
496
496
|
"responseType": "ReplicateResponse",
|
|
497
497
|
"responseStream": true
|
|
498
|
+
},
|
|
499
|
+
"DumpMessages": {
|
|
500
|
+
"requestType": "DumpMessagesRequest",
|
|
501
|
+
"responseType": "DumpMessagesResponse",
|
|
502
|
+
"responseStream": true
|
|
498
503
|
}
|
|
499
504
|
}
|
|
500
505
|
},
|
|
@@ -5447,6 +5452,10 @@ exports.default = {
|
|
|
5447
5452
|
"checkpoint": {
|
|
5448
5453
|
"type": "common.ReplicateCheckpoint",
|
|
5449
5454
|
"id": 1
|
|
5455
|
+
},
|
|
5456
|
+
"salvage_checkpoint": {
|
|
5457
|
+
"type": "common.ReplicateCheckpoint",
|
|
5458
|
+
"id": 2
|
|
5450
5459
|
}
|
|
5451
5460
|
}
|
|
5452
5461
|
},
|
|
@@ -5500,6 +5509,46 @@ exports.default = {
|
|
|
5500
5509
|
}
|
|
5501
5510
|
}
|
|
5502
5511
|
},
|
|
5512
|
+
"DumpMessagesRequest": {
|
|
5513
|
+
"fields": {
|
|
5514
|
+
"pchannel": {
|
|
5515
|
+
"type": "string",
|
|
5516
|
+
"id": 1
|
|
5517
|
+
},
|
|
5518
|
+
"start_message_id": {
|
|
5519
|
+
"type": "common.MessageID",
|
|
5520
|
+
"id": 2
|
|
5521
|
+
},
|
|
5522
|
+
"start_timetick": {
|
|
5523
|
+
"type": "uint64",
|
|
5524
|
+
"id": 3
|
|
5525
|
+
},
|
|
5526
|
+
"end_timetick": {
|
|
5527
|
+
"type": "uint64",
|
|
5528
|
+
"id": 4
|
|
5529
|
+
}
|
|
5530
|
+
}
|
|
5531
|
+
},
|
|
5532
|
+
"DumpMessagesResponse": {
|
|
5533
|
+
"oneofs": {
|
|
5534
|
+
"response": {
|
|
5535
|
+
"oneof": [
|
|
5536
|
+
"status",
|
|
5537
|
+
"message"
|
|
5538
|
+
]
|
|
5539
|
+
}
|
|
5540
|
+
},
|
|
5541
|
+
"fields": {
|
|
5542
|
+
"status": {
|
|
5543
|
+
"type": "common.Status",
|
|
5544
|
+
"id": 1
|
|
5545
|
+
},
|
|
5546
|
+
"message": {
|
|
5547
|
+
"type": "common.ImmutableMessage",
|
|
5548
|
+
"id": 2
|
|
5549
|
+
}
|
|
5550
|
+
}
|
|
5551
|
+
},
|
|
5503
5552
|
"TruncateCollectionRequest": {
|
|
5504
5553
|
"options": {
|
|
5505
5554
|
"(common.privilege_ext_obj).object_type": "Global",
|