Add FileLevelEncryption field to BackupDescription JSON output (#12619) (#12621)

This commit is contained in:
Akanksha Mahajan
2026-01-08 10:35:40 -08:00
committed by GitHub
parent fa4241989f
commit 8f40ea4816

View File

@@ -193,6 +193,7 @@ std::string BackupDescription::toJSON() const {
doc.setKey("URL", url.c_str());
doc.setKey("Restorable", maxRestorableVersion.present());
doc.setKey("Partitioned", partitioned);
doc.setKey("FileLevelEncryption", fileLevelEncryption);
auto formatVersion = [&](Version v) {
JsonBuilderObject doc;