Hi,
Yes you can choose order by using syntax as shown :
HashMap<String, String> otherMetaHeaders = new HashMap<String, String>();
otherMetaHeaders.put("orderByDescending", "<Use Key for which ordering is to done>");
storageService.setOtherMetaHeaders(otherMetaHeaders);
This is for android same can be use for other.