Enum SnapshotOperationType
Snapshot operation type.
Namespace: GridGain.Core.PersistentStore
Assembly: GridGain.Core.dll
Syntax
public enum SnapshotOperationType : int
Fields
| Name | Description |
|---|---|
| Check | Checks the snapshot. |
| Create | Creates the snapshot. |
| Delete | Deletes the snapshot. |
| Move | Moves the snapshot. |
| Restore | Restores the snapshot. |