AzureContainer Type
Represents a single Azure Blob Container.
Remarks
This collection is used in the Blob component.
Fields
ETag String |
The ETag of the current container. |
LastModified String |
The date and time the container was last modified. |
Name String |
The name of the current container. |
URL String |
The URL of the current container. |
Constructors
[VB.NET] Public AzureContainer() [C#] public AzureContainer();
[VB.NET] Public AzureContainer(ByVal Name As String, ByVal ETag As String, ByVal URL As String, ByVal LastModified As String) [C#] public AzureContainer(string name, string ETag, string URL, string lastModified);