Data.Cloud.AmazonAPI.TAmazonQueueService.GetMaxMessageReturnCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonQueueService

Delphi

function GetMaxMessageReturnCount: Integer;

C++

int __fastcall GetMaxMessageReturnCount();

Description

Returns the maximum number of queue messages that can be returned.

Use GetMaxMessageReturnCount to get the maximum number of queue messages that can be returned by the API for a given queue.

See Also