Method OpenAsync
OpenAsync(FileId)
Opens a file stream for an existing file in the repository using the recommended sharing options.
Declaration
public ValueTask<FileStream> OpenAsync(FileId fileId)
Parameters
| Type | Name | Description |
|---|---|---|
| FileId | fileId |
Returns
| Type | Description |
|---|---|
| ValueTask<FileStream> |
Exceptions
| Type | Condition |
|---|---|
| RepoFileNotFoundException | File with the specified |