mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 04:18:18 +00:00
Add FileLevelEncryption field to BackupDescription JSON output (#12619)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user