Retrieves a file descriptor by id.
public abstract ValueTask<IFileDescriptor> GetFileByIdAsync(string id)
- Returns:
- ValueTask<IFileDescriptor>
Parameters
id
string
The id of the file descriptor.
Retrieves a file descriptor by id.
public abstract ValueTask<IFileDescriptor> GetFileByIdAsync(string id)
The id of the file descriptor.