setAttachmentSizeLimit()
Home > @gooddata/sdk-backend-spi > IOrganizationSettingsService > setAttachmentSizeLimit
IOrganizationSettingsService.setAttachmentSizeLimit() method
Sets attachment size limit sent to email for organization.
Signature:
setAttachmentSizeLimit(size: number): Promise<void>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| size | number | the size in bytes. | 
Returns:
Promise<void>
promise