Interface ISnapshotStatus
Snapshot operation status.
Namespace: GridGain.Core.PersistentStore
Assembly: GridGain.Core.dll
Syntax
public interface ISnapshotStatus
Properties
Operation
Gets the operation.
Declaration
ISnapshotOperation Operation { get; }
Property Value
| Type | Description |
|---|---|
| ISnapshotOperation |
OperationId
Gets the operation identifier.
Declaration
IgniteGuid OperationId { get; }
Property Value
| Type | Description |
|---|---|
| IgniteGuid |
Progress
Gets the progress for each node (0 to 1).
Declaration
IDictionary<Guid, double> Progress { get; }
Property Value
| Type | Description |
|---|---|
| IDictionary<Guid, System.Double> |