Hello, I am wondering what sort of File Properties can be set in ignite using the IgniteFileSystem.create(IgfsPath path, int bufSize, boolean overwrite, int replication, long, blockSize, Map<String, String> props) method.
I am using the default storage. It's not obvious to me in the code what choices I have for this properties file. I don't see it documented in the javadoc. Thank you.
