Class ShareLatestSync

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

    public class ShareLatestSync
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Information about the latest synchronization for this file share. This property will be present when the `replication_role` is `replica` and at least one replication sync has been completed.
    • Method Detail

      • getCompletedAt

        public Date getCompletedAt()
        Gets the completedAt. The completed date and time of last synchronization between the replica share and its source.
        Returns:
        the completedAt
      • getDataTransferred

        public Long getDataTransferred()
        Gets the dataTransferred. The data transferred (in bytes) in the last synchronization between the replica and its source.
        Returns:
        the dataTransferred
      • getStartedAt

        public Date getStartedAt()
        Gets the startedAt. The start date and time of last synchronization between the replica share and its source.
        Returns:
        the startedAt