Class ReplicationHistory

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ReplicationHistory
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for replication history information.
    • Constructor Detail

      • ReplicationHistory

        public ReplicationHistory()
    • Method Detail

      • getDocWriteFailures

        public Long getDocWriteFailures()
        Gets the docWriteFailures. Number of document write failures.
        Returns:
        the docWriteFailures
      • getDocsRead

        public Long getDocsRead()
        Gets the docsRead. Number of documents read.
        Returns:
        the docsRead
      • getDocsWritten

        public Long getDocsWritten()
        Gets the docsWritten. Number of documents written to target.
        Returns:
        the docsWritten
      • getEndLastSeq

        public String getEndLastSeq()
        Gets the endLastSeq. Last sequence number in changes stream.
        Returns:
        the endLastSeq
      • getEndTime

        public String getEndTime()
        Gets the endTime. Date/Time replication operation completed in RFC 2822 format.
        Returns:
        the endTime
      • getMissingChecked

        public Long getMissingChecked()
        Gets the missingChecked. Number of missing documents checked.
        Returns:
        the missingChecked
      • getMissingFound

        public Long getMissingFound()
        Gets the missingFound. Number of missing documents found.
        Returns:
        the missingFound
      • getRecordedSeq

        public String getRecordedSeq()
        Gets the recordedSeq. Last recorded sequence number.
        Returns:
        the recordedSeq
      • getSessionId

        public String getSessionId()
        Gets the sessionId. Session ID for this replication operation.
        Returns:
        the sessionId
      • getStartLastSeq

        public String getStartLastSeq()
        Gets the startLastSeq. First sequence number in changes stream.
        Returns:
        the startLastSeq
      • getStartTime

        public String getStartTime()
        Gets the startTime. Date/Time replication operation started in RFC 2822 format.
        Returns:
        the startTime