mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 04:18:18 +00:00
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user