CBLReplicatedDocument
@interface CBLReplicatedDocument : NSObjectCBLReplicatedDocument contains the information of a document that has been replicated.
- 
                  
                  The document ID. DeclarationObjective-C @property (nonatomic, readonly) NSString *_Nonnull id;
- 
                  
                  The flags describing the replicated document. DeclarationObjective-C @property (nonatomic, readonly) CBLDocumentFlags flags;
- 
                  
                  The error if occurred DeclarationObjective-C @property (nonatomic, readonly, nullable) NSError *error;
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLReplicatedDocument Class Reference
        CBLReplicatedDocument Class Reference