AWSSimpleDBSelectRequest
Objective-C
@interface AWSSimpleDBSelectRequest
Swift
class AWSSimpleDBSelectRequest
-
Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If
true, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable consistentRead;Swift
var consistentRead: NSNumber? { get set } -
A string informing Amazon SimpleDB where to start the next list of
ItemNames.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
The expression used to query the domain.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable selectExpression;Swift
var selectExpression: String? { get set }
View on GitHub
Install in Dash
AWSSimpleDBSelectRequest Class Reference