interface ICentralizedFile
{
int ContentLength { get; }
string FileName { get; }
string FileStoreKey { get; }
string Path { get; }
string GetDownloadUrl();
Stream OpenReadStream();
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
ContentLength |
int |
|||
|
FileName |
string |
|||
|
FileStoreKey |
string |
|||
|
Path |
string |
string
Stream