AWS SDK for .NET Documentation
TotalSegments Property
AmazonAmazon.DynamoDBv2.ModelScanRequestTotalSegments Did this page help you?   Yes   No    Tell us about it...
For a parallel Scan request, TotalSegments represents the total number of segments into which the Scan operation will be divided. The value of TotalSegments corresponds to the number of application workers that will perform the parallel scan. For example, if you want to scan a table using four application threads, you would specify a TotalSegments value of 4. The value for TotalSegments must be greater than or equal to 1, and less than or equal to 4096. If you specify a TotalSegments value of 1, the Scan will be sequential rather than parallel. If you specify TotalSegments, you must also specify Segment.

Constraints:

Range
1 - 1000000

Declaration Syntax
C#
public int TotalSegments { get; set; }

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