CBLReplicatedDocument
@interface CBLReplicatedDocument : NSObject
CBLReplicatedDocument contains the information of a document that has been replicated.
-
The document ID.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull id;
-
The flags describing the replicated document.
Declaration
Objective-C
@property (nonatomic, readonly) CBLDocumentFlags flags;
-
The error if occurred
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSError *error;
-
Scope Name.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull scope;
-
Collection Name.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull collection;
-
Unavailable
Not available
Declaration
Objective-C
- (nonnull instancetype)init;