AWSCognitoSyncListRecordsRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSCognitoSyncModel.h AWSCognitoSyncModel.m |
Overview
A request for a list of records. Required parameters: [IdentityPoolId, IdentityId, DatasetName]
datasetName
A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, ‘_’ (underscore), ‘-’ (dash), and ‘.’ (dot).
@property (nonatomic, strong) NSString *datasetName
Declared In
AWSCognitoSyncModel.h
identityId
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
@property (nonatomic, strong) NSString *identityId
Declared In
AWSCognitoSyncModel.h
identityPoolId
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
@property (nonatomic, strong) NSString *identityPoolId
Declared In
AWSCognitoSyncModel.h
lastSyncCount
The last server sync count for this record.
@property (nonatomic, strong) NSNumber *lastSyncCount
Declared In
AWSCognitoSyncModel.h
maxResults
The maximum number of results to be returned.
@property (nonatomic, strong) NSNumber *maxResults
Declared In
AWSCognitoSyncModel.h
nextToken
A pagination token for obtaining the next page of results.
@property (nonatomic, strong) NSString *nextToken
Declared In
AWSCognitoSyncModel.h
syncSessionToken
A token containing a session ID, identity ID, and expiration.
@property (nonatomic, strong) NSString *syncSessionToken
Declared In
AWSCognitoSyncModel.h