Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

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);



 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]