Expand my Community achievements bar.

SOLVED

Compare Sizes Of Assets

Avatar

Level 5

Hi,

I want to compare the size of asset as below :

AssetDetails asset = new AssetDetails(assetResource);

if(asset.getSize() < 200KB) {

     // Do Something

}

As size returns string, so can't use this syntax. Any idea to compare the size of assets in AEM?

Thanks,

1 Accepted Solution

Avatar

Correct answer by
Level 4
1 Reply

Avatar

Correct answer by
Level 4

asset.getOriginal.getsize() returns long, maybe that can help.

Asset API Asset ("The Adobe AEM Quickstart and Web Application.")

Rendition API Rendition ("The Adobe AEM Quickstart and Web Application.")