Class AzureBlob
Inheritance
System.Object
AzureBlob
Assembly: DotNetNuke.Providers.FolderProviders.dll
Syntax
public class AzureBlob : object
Constructors
|
Improve this Doc
View Source
AzureBlob(CloudBlob)
Declaration
public AzureBlob(CloudBlob blob)
Parameters
Type |
Name |
Description |
CloudBlob |
blob |
|
Properties
|
Improve this Doc
View Source
ETag
Declaration
public string ETag { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastModifiedUtc
Declaration
public DateTime LastModifiedUtc { get; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Length
Declaration
public long Length { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
RelativePath
Declaration
public string RelativePath { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods