Search Results for

    Show / Hide Table of Contents

    Interface ICacheDrStatus

    Data center replication status.

    Namespace: GridGain.Core.DataCenterReplication
    Assembly: GridGain.Core.dll
    Syntax
    public interface ICacheDrStatus

    Properties

    IsPaused

    Gets a value indicating whether replication is paused.

    Declaration
    bool IsPaused { get; }
    Property Value
    Type Description
    System.Boolean

    true if replication is paused; otherwise, false.

    Reason

    Gets pause reason.

    Declaration
    CacheDrPauseReason? Reason { get; }
    Property Value
    Type Description
    System.Nullable<CacheDrPauseReason>

    Pause reason or null if not paused.

    In This Article
    Back to top © 2022 GridGain Systems, Inc. and Contributors