Provisioned throughput reserves the required read and write resources for your table in terms of ReadCapacityUnits and
            WriteCapacityUnits. Values for provisioned throughput depend upon your expected read/write rates, item size, and consistency. Provide
            the expected number of read and write operations, assuming an item size of 1k and strictly consistent reads. For 2k item size, double the
            value. For 3k, triple the value, etc. Eventually-consistent reads consume half the resources of strictly consistent reads.
             
            
 Declaration Syntax
 Declaration Syntax| C# | 
public ProvisionedThroughput ProvisionedThroughput { get; set; }