Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit 623c333

Browse files
author
asmitab
committed
Adding description of arguments
1 parent 582149e commit 623c333

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,26 @@ mvn exec:java -Dexec.mainClass="com.amazonaws.dynamodb.bootstrap.CommandLineInte
2323
--totalSections 4 \
2424

2525
--section 3"
26+
27+
### Description of Arguments
28+
29+
destinationEndpoint: The endpoint where the destination table is located
30+
31+
destinationTable: The destination table to write to
32+
33+
sourceEndpoint: The endpoint where the source table is located
34+
35+
sourceTable: The source table to read from
36+
37+
readThroughputRatio: The ratio of read throughput to consume from the source table
38+
39+
writeThroughputRatio: The ratio of write throughput to consume from the destination table
40+
41+
maxWriteThreads: (Optional, default=128 * Available_Processors) Maximum number of write threads to create
42+
43+
totalSections: (Optional, default=1) Total number of sections to split the bootstrap into. Each application will only scan and write one section
44+
45+
section: (Optional, default=0) section to read and write. Only will scan this one section of all sections, [0...totalSections-1]
2646

2747

2848
## Using the API

0 commit comments

Comments
 (0)