Method GetAsync
GetAsync(FileId)
Gets information about an existing file in the repository.
Declaration
public ValueTask<RepoFileInfo> GetAsync(FileId fileId)
Parameters
| Type | Name | Description |
|---|---|---|
| FileId | fileId |
Returns
| Type | Description |
|---|---|
| ValueTask<RepoFileInfo> |
Exceptions
| Type | Condition |
|---|---|
| RepoFileNotFoundException | File with the specified |