IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface ReplicationFailureEntry

    interface ReplicationFailureEntry {
        Key: string | undefined;
        VersionId: string | undefined;
        SyncType: string | undefined;
        FirstSyncAttempted: Date | undefined;
        LastSyncAttempted: Date | undefined;
        SyncFailureCause?: string;
    }
    Index

    Properties

    Key: string | undefined
    VersionId: string | undefined
    SyncType: string | undefined
    FirstSyncAttempted: Date | undefined

    Timestamp of the first attempt to replicate this item.

    LastSyncAttempted: Date | undefined

    Timestamp of the last attempt to replicate this item.

    SyncFailureCause?: string

    Optional failure cause description or code.