Package com.comsol.api.database.param
Interface RestoreSnapshotsParam
-
- All Superinterfaces:
DatabaseApiValue
- All Known Subinterfaces:
RestoreSnapshotsParamGenerator
public interface RestoreSnapshotsParam extends DatabaseApiValue
Input parameters used when restoring snapshots in a repository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<SnapshotKey>snapshotKeys()Get the identifying keys of all snapshots that should be restored.
-
-
-
Method Detail
-
snapshotKeys
java.util.Collection<SnapshotKey> snapshotKeys()
Get the identifying keys of all snapshots that should be restored.- Returns:
- The identifying keys of all snapshots that should be restored.
-
-