CBLReplicatedDocument
@interface CBLReplicatedDocument : NSObject
CBLReplicatedDocument contains the information of a document that has been replicated.
-
The document ID.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull id;Swift
var id: String { get } -
The flags describing the replicated document.
Declaration
Objective-C
@property (readonly, nonatomic) CBLDocumentFlags flags;Swift
var flags: CBLDocumentFlags { get } -
The error if occurred
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSError *error;Swift
var error: Error? { get } -
Not available
Declaration
Objective-C
- (nonnull instancetype)init;
CBLReplicatedDocument Class Reference