5 Replies Latest reply on Jan 10, 2011 6:57 AM by manik

    file length and configuring metadata

    kate88

      Hi!

      I use sth like that:

      GridFile.Metadata meta = metadata.get(fileName);

      meta.getLength();

      But the result is not good for me becouse method getLength() doesn't return real file size but CHUNK_SIZE*chunkCount..

      Is it possible to get real file length from metadata?

      And question 2:

      Is it possible to configure metada and add some extra information to it?