Package com.ibm.cloud.cloudant.v1.model
Class ReplicationHistory
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.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 Summary
Constructors Constructor Description ReplicationHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getDocsRead()
Gets the docsRead.Long
getDocsWritten()
Gets the docsWritten.Long
getDocWriteFailures()
Gets the docWriteFailures.String
getEndLastSeq()
Gets the endLastSeq.String
getEndTime()
Gets the endTime.Long
getMissingChecked()
Gets the missingChecked.Long
getMissingFound()
Gets the missingFound.String
getRecordedSeq()
Gets the recordedSeq.String
getSessionId()
Gets the sessionId.String
getStartLastSeq()
Gets the startLastSeq.String
getStartTime()
Gets the startTime.
-
-
-
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
-
-