Class AzureRemoteStorageItem
Inheritance
AzureRemoteStorageItem
Assembly: DotNetNuke.Providers.FolderProviders.dll
Syntax
public class AzureRemoteStorageItem : IRemoteStorageItem
Constructors
AzureRemoteStorageItem()
Declaration
public AzureRemoteStorageItem()
Properties
Blob
Declaration
public AzureBlob Blob { get; set; }
Property Value
HashCode
Declaration
public string HashCode { get; }
Property Value
Key
Declaration
public string Key { get; }
Property Value
LastModified
Declaration
public DateTime LastModified { get; }
Property Value
Size
Declaration
public long Size { get; }
Property Value
Implements
Extension Methods