You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, file metadatas are returned as a PropertiesMap object, which is a typedef of vector of string-string pairs. This vector involves to be parsed all along each time the user wants to extract a metadata, whereas a map would allow to access it directly, from its key name.