I was thrilled by the lazy load feature of Aurelius blobs, this is really useful. But it seems that asking whether the blob field is null actually loads complete Blob data to the client, which is quite time and resource consuming in client side filter. Is it possible to check whether the Blob property is null without loading the content?
Yes. There is no way to know if the blob is null or not without reading it and actually get the content.