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

Blocks Property

Collection of blocks in the current block listing.

Syntax

[VB.NET]
Public Property Blocks As AzureBlockList

[C#]
public AzureBlockList Blocks {get;}

Remarks

After a ListBlocks call, this collection will be populated with the blocks contained within the specified blob. This property is also populated when CreateBlob is called.

Calling PutBlockList will use the block list specified by this collection to form a Blob. Use AddBlock to add a block to this list.

This property is not available at design time.

Default Value

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