Hello, I have a question regarding getting the size of binary node content. There are binary nodes in which the content of files is stored. What's the best way to get the size of initial file? I don't want to calculate the size by reading the whole node's content. Do I have to make some property like "size" and set it while writing the file content into the database, or are there any better solutions?
-- Alexander Nesterov
