AWS SDK for .NET Documentation
ScanIndexForward Property
AmazonAmazon.DynamoDBv2.ModelQueryRequestScanIndexForward Did this page help you?   Yes   No    Tell us about it...
Specifies ascending (true) or descending (false) traversal of the index. DynamoDB returns results reflecting the requested order determined by the range key. If the data type is Number, the results are returned in numeric order. For String, the results are returned in order of ASCII character code values. For Binary, DynamoDB treats each byte of the binary data as unsigned when it compares binary values. If ScanIndexForward is not specified, the results are returned in ascending order.
Declaration Syntax
C#
public bool ScanIndexForward { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)