Class AzureRemoteStorageItem
Inheritance
System.Object
AzureRemoteStorageItem
Assembly: DotNetNuke.Providers.FolderProviders.dll
Syntax
public class AzureRemoteStorageItem : object, IRemoteStorageItem
Properties
|
Improve this Doc
View Source
Blob
Declaration
public AzureBlob Blob { get; set; }
Property Value
|
Improve this Doc
View Source
HashCode
Declaration
public string HashCode { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Key
Declaration
public string Key { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastModified
Declaration
public DateTime LastModified { get; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Size
Declaration
public long Size { get; }
Property Value
Type |
Description |
System.Int64 |
|
Implements
Extension Methods