Interface DocumentSynchronizationConfig


  • public interface DocumentSynchronizationConfig
    The synchronization configuration for a document.
    • Method Detail

      • getDocumentId

        BsonValue getDocumentId()
        Returns the _id of the document being synchronized.
        Returns:
        the _id of the document being synchronized.
      • hasUncommittedWrites

        boolean hasUncommittedWrites()
        Returns whether or not this document has pending writes that have not yet been committed remotely.
        Returns:
        whether or not this document has pending writes that have not yet been committed remotely.