Retrieves the total count of data items before pagination.
The data request being made. The page and size fields are ignored in this instance.
The total number of items across pages that the request data set will represent.
Retrieves a single file from the repository.
The fully qualified path to the file.
The node that represents the file. Returns null if no such file exists.
Retrieves a single page of data.
The data request that contains the sorting, filtering, search, and pagination info to construct a data view.
A single page of data elements.
Represents a repository for the file system.