Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top © 2022 GridGain Systems, Inc. and Contributors