pyslk.count_tapes_with_multi_tape_files

pyslk.count_tapes_with_multi_tape_files#

pyslk.count_tapes_with_multi_tape_files(resource_path: str | int | Path | None = None, search_id: str | int | None = None, search_query: str | None = None) int#

Count number of tapes onto which provided files are stored which are split onto multiple tapes per file

Internally calls pyslk.count_tapes()

Parameters:
  • resource_path (str or int or path-like) – a resource path

  • search_id (int or str) – id of a search

  • search_query (str) – a search query

Returns:

number of tapes

Return type:

int