AWS SDK for .NET Documentation
MaxNumberOfMessages Property
AmazonAmazon.SQS.ModelReceiveMessageRequestMaxNumberOfMessages Did this page help you?   Yes   No    Tell us about it...
Gets and sets the MaxNumberOfMessages property. Maximum number of messages to return. SQS never returns more messages than this value but might return fewer. Not necessarily all the messages in the queue are returned (for more information, see the preceding note about machine sampling). Values can be from 1 to 10. Default is 1.
Declaration Syntax
C#
public decimal MaxNumberOfMessages { get; set; }

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