Method | Description | |
---|---|---|
FileDescription ( string filePath ) : System |
Constructor to upload file by path
|
|
FileDescription ( string name, Stream stream ) : System |
Constructor to upload file from stream
|
Method | Description | |
---|---|---|
GetFileLength ( ) : long | ||
IsLastPart ( ) : bool |
public FileDescription ( string filePath ) : System | ||
filePath | string | Either URL (http/https/s3/data) or local path to file |
return | System |
public FileDescription ( string name, Stream stream ) : System | ||
name | string | Resource name |
stream | Stream | Stream to read from (will be disposed with this object) |
return | System |