isDocumentPending
Best effort check to see if the document whose ID is passed is still pending replication.
Return
true if the document is pending
Parameters
docId
Document id
Deprecated
Use isDocumentPending(String, Collection)
Replace with
isDocumentPending(docId, config.database.defaultCollection)
Content copied to clipboard
Best effort check to see if the document whose ID is passed is still pending replication.
Return
true if the document is pending
Parameters
docId
Document id
Deprecated
Use isDocumentPending(String, Collection)
Replace with
isDocumentPending(docId, config.database.defaultCollection)
Content copied to clipboard
Deprecated
Use isDocumentPending(String, Collection)
Replace with
isDocumentPending(docId, config.database.defaultCollection)
Content copied to clipboard