Copyright | Soostone Inc |
---|---|
License | BSD3 |
Maintainer | Ozgun Ataman <ozgun.ataman@soostone.com> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Implementation of Amazon DynamoDb Scan command.
See: http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Scan.html
- data Scan = Scan {
- sTableName :: Text
- sConsistentRead :: Bool
- sFilter :: Conditions
- sStartKey :: Maybe [Attribute]
- sLimit :: Maybe Int
- sIndex :: Maybe Text
- sSelect :: QuerySelect
- sRetCons :: ReturnConsumption
- sSegment :: Int
- sTotalSegments :: Int
- scan :: Text -> Scan
- data ScanResponse = ScanResponse {}
Documentation
A Scan command that uses primary keys for an expedient scan.
Scan | |
|
data ScanResponse Source #
Response to a Scan
query.