Interface IRemoteStorage
Namespace: Downlink.Core
Assembly: Downlink.Core.dll
Syntax
public interface IRemoteStorage
Properties
| Improve this Doc View SourceName
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetFileAsync(VersionSpec)
Declaration
Task<IFileSource> GetFileAsync(VersionSpec version)
Parameters
Type | Name | Description |
---|---|---|
VersionSpec | version |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<IFileSource> |