Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

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 Solução aceita

Avatar

Resposta correta de
Level 4
1 Resposta

Avatar

Resposta correta de
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.")