Interface ISnapshotInfo
Snapshot information.
Namespace: GridGain.Core.PersistentStore
Assembly: GridGain.Core.dll
Syntax
public interface ISnapshotInfo
Properties
CacheNames
Gets the names of caches in this snapshot.
Declaration
ICollection<string> CacheNames { get; }
Property Value
| Type | Description |
|---|---|
| ICollection<System.String> |
InitiatorNodeId
Gets the initiator node identifier.
Declaration
Guid InitiatorNodeId { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
IsFullSnapshot
Gets a value indicating whether this instance is full or incremental snapshot.
Declaration
bool IsFullSnapshot { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Message
Gets the message.
Declaration
string Message { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
SnapshotId
Gets the snapshot identifier.
Declaration
long SnapshotId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |