IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

blobType (property)

The blob's type.

Syntax

- (int)blobType:(int)blobIndex;

/* Possible Values */
ABT_BLOCK_BLOB(0),
ABT_PAGE_BLOB(1),
ABT_APPEND_BLOB(2)
public func blobType(blobIndex: Int32) throws -> AzureblobBlobTypes
public enum AzureblobBlobTypes : Int32 { case abtBlockBlob = 0 case abtPageBlob = 1 case abtAppendBlob = 2 }

Default Value

0

Remarks

The blob's type.

This property reflects the blob's type. Possible values are:

abtBlockBlob (0) Block blob
abtPageBlob (1) Page blob
abtAppendBlob (2) Append blob

Refer to Azure's Understanding block blobs, append blobs, and page blobs article for more information about blob types.

The BlobIndex parameter specifies the index of the item in the array. The size of the array is controlled by the BlobCount property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]