Gio.FileAttributeInfoList

const Gio = imports.gi.Gio;

let fileAttributeInfoList = new Gio.FileAttributeInfoList({
    n_infos: value
});
  

Acts as a lightweight registry for possible valid file attributes. The registry stores Key-Value pair formats as Gio.FileAttributeInfo<!-- -->s.