IPWorks Cloud 2020 Android Edition

Questions / Feedback?

Blocks Property

A collection of blocks.

Syntax

public AzureBlobBlockList getBlocks();
public void setBlocks(AzureBlobBlockList 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.

Default Value

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