This type contains the following members.

public interface IFileService

Methods

GetFileByIdAsync(string) Retrieves a file descriptor by id.
OpenReadStreamAsync(IFileDescriptor) Creates a read stream for the file.
OpenReadStreamAsync(string) Creates a read stream for a file with the specified file id. This is a shorthand for calling GetFileByIdAsync(string) and OpenReadStreamAsync(IFileDescriptor) sequentially.

Implemented by

FileService