Skip to content

Commit add84b4

Browse files
authored
Update CreateTableSample.cs
1 parent c7ac7de commit add84b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Samples/CreateTableSample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static void TableOperations()
2424
};
2525
TableMeta tableMeta = new TableMeta(TableName, primaryKeySchema);
2626

27-
CapacityUnit reservedThroughput = new CapacityUnit(1, 1);
27+
CapacityUnit reservedThroughput = new CapacityUnit(0, 0);
2828
CreateTableRequest request = new CreateTableRequest(tableMeta, reservedThroughput);
2929
otsClient.CreateTable(request);
3030

0 commit comments

Comments
 (0)