Interface ISnapshotIssue
Snapshot issue.
Namespace: GridGain.Core.PersistentStore
Assembly: GridGain.Core.dll
Syntax
public interface ISnapshotIssue
Properties
CacheName
Gets the name of the cache.
Declaration
string CacheName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Issue
Gets the issue description.
Declaration
string Issue { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
PartitionId
Gets the partition identifier.
Declaration
int PartitionId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |