maxBytesPerRequest property

int get maxBytesPerRequest

Changes how many bytes can be sent in each API request before a second request is made. Min 1, Max 1048576

These overrides change when messages are sent. No need to mess with them unless you're running into issues

Implementation

int get maxBytesPerRequest => _cloudWatch.maxBytesPerRequest;
set maxBytesPerRequest (int val)

Implementation

set maxBytesPerRequest(int val) => _cloudWatch.maxBytesPerRequest = val;