Method | Description | |
---|---|---|
ScanRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
ScanRequest ( string tableName ) : System |
Instantiates ScanRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetAttributesToGet ( ) : bool | ||
IsSetConditionalOperator ( ) : bool | ||
IsSetConsistentRead ( ) : bool | ||
IsSetExclusiveStartKey ( ) : bool | ||
IsSetExpressionAttributeNames ( ) : bool | ||
IsSetExpressionAttributeValues ( ) : bool | ||
IsSetFilterExpression ( ) : bool | ||
IsSetIndexName ( ) : bool | ||
IsSetLimit ( ) : bool | ||
IsSetProjectionExpression ( ) : bool | ||
IsSetReturnConsumedCapacity ( ) : bool | ||
IsSetScanFilter ( ) : bool | ||
IsSetSegment ( ) : bool | ||
IsSetSelect ( ) : bool | ||
IsSetTableName ( ) : bool | ||
IsSetTotalSegments ( ) : bool |
public ScanRequest ( string tableName ) : System | ||
tableName | string | The name of the table containing the requested items; or, if you provide IndexName , the name of the table to which that index belongs. |
return | System |