getFileStores
getFileStores
Retrieves the file stores from the system, with an option to filter local file stores only.
Return
A list of file stores matching the provided criteria.
Parameters
localOnly
A flag indicating whether to return only local file stores (true
) or all file stores (false
).