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

AzureBlobDetail Type

Represents a single Azure Blob.

Remarks

This collection is used in the Blob component.

Fields

BlobType
String

The type of the blob. Possible values are "BlockBlob" and "PageBlob".

CacheControl
String

The Blob service stores this value but does not use or modify it.

ContentEncoding
String

The content encoding of the blob.

ContentLanguage
String

The content language of the blob.

ContentLength
Long

The content size in bytes of the blob.

ContentMD5
String

The Content-MD5 of the blob.

ContentType
String

The MIME content type of the blob.

ETag
String

The ETag of the blob.

LastModified
String

The date and time the blob was last modified.

LeaseStatus
String

The lease status of the blob. Possible values are "unlocked" and "locked".

Name
String

The name of the blob.

Snapshot
String

The DateTime value that uniquely identifies a snapshot.

URL
String

The URL of the blob.

Constructors

[VB.NET]
Public AzureBlobDetail()

[C#]
public AzureBlobDetail();



[VB.NET]
Public AzureBlobDetail(ByVal Name As String, ByVal BlobType As String, ByVal ETag As String, ByVal URL As String, ByVal LeaseStatus As String, ByVal Snapshot As String, ByVal ContentLength As Long, ByVal ContentType As String, ByVal ContentEncoding As String, ByVal ContentLanguage As String, ByVal CacheControl As String, ByVal LastModified As String)

[C#]
public AzureBlobDetail(string name, string blobType, string ETag, string URL, string leaseStatus, string snapshot, long contentLength, string contentType, string contentEncoding, string contentLanguage, string cacheControl, string lastModified);



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