extras

val extras: Map<KClass<*>, Any>

Additional file system-specific metadata organized by the class of that metadata. File systems may use this to include information like permissions, content-type, or linked applications.

Values in this map should be instances of immutable classes. Keys should be the types of those classes.