IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

Blocks Property

A collection of blocks.

Syntax

property Blocks: TicsAzureBlobBlockList read get_Blocks write set_Blocks;

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 component 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 Delphi Edition - Version 20.0 [Build 8265]