Method UploadAsync
UploadAsync(Stream, string, bool)
Implementation for UploadAsync must be implemented in derived class.
Declaration
public virtual Task<T> UploadAsync(Stream source, string objectPath, bool isArtifact)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | source | |
| string | objectPath | |
| bool | isArtifact |
Returns
| Type | Description |
|---|---|
| Task<T> |