IPWorks Cloud 2020 JavaScript Edition

Questions / Feedback?

Blocks Property

A collection of blocks.

Syntax


 getBlocks(): AzureBlobBlockList;

 setBlocks(blocks: AzureBlobBlockList): void;

Default Value

Remarks

This collection holds a list of AzureBlobBlock items.

Calling ListBlocks or AddBlock will populate this collection; and its items are used anytime PutBlockList is called. Additionally, if the CreateBlob method is used to create a new block blob, and more than 256MB if upload data is provided, the class will use this collection as it automatically uploads the data; refer to CreateBlob for more information.

This property is not available at design time.

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