Upper limit on the number of items returned.
            For Queries: upper limit on the number of items returned.
            For Scan: limit on the number of items scanned.
            
            Maps directly to Limit property on Query and Scan operations.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public int Limit { get; internal set; }