AWSCognitoSyncRecord
Objective-C
@interface AWSCognitoSyncRecord
Swift
class AWSCognitoSyncRecord
The basic data structure of a dataset.
-
The last modified date of the client device.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable deviceLastModifiedDate;Swift
var deviceLastModifiedDate: Date? { get set } -
The key for the record.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable key;Swift
var key: String? { get set } -
The user/device that made the last change to this record.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lastModifiedBy;Swift
var lastModifiedBy: String? { get set } -
The date on which the record was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;Swift
var lastModifiedDate: Date? { get set } -
The server sync count for this record.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable syncCount;Swift
var syncCount: NSNumber? { get set } -
The value for the record.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable value;Swift
var value: String? { get set }
View on GitHub
Install in Dash
AWSCognitoSyncRecord Class Reference