AWSCognitoSyncRecordPatch Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSCognitoSyncModel.h AWSCognitoSyncModel.m |
deviceLastModifiedDate
The last modified date of the client device.
@property (nonatomic, strong) NSDate *deviceLastModifiedDate
Declared In
AWSCognitoSyncModel.h
key
The key associated with the record patch.
@property (nonatomic, strong) NSString *key
Declared In
AWSCognitoSyncModel.h
op
An operation, either replace or remove.
@property (nonatomic, assign) AWSCognitoSyncOperation op
Declared In
AWSCognitoSyncModel.h
syncCount
Last known server sync count for this record. Set to 0 if unknown.
@property (nonatomic, strong) NSNumber *syncCount
Declared In
AWSCognitoSyncModel.h
value
The value associated with the record patch.
@property (nonatomic, strong) NSString *value
Declared In
AWSCognitoSyncModel.h