


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,
Views
Replies
Sign in to like this content
Total Likes
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.")
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.")