Add FileLevelEncryption field to BackupDescription JSON output (#12619)

This commit is contained in:
Akanksha Mahajan
2026-01-06 12:48:02 -08:00
committed by GitHub
parent 7bb558ddb0
commit e8a1cfb8b8

View File

@@ -197,6 +197,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;