IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

BlobData Property

The data that was downloaded, or that should be uploaded.

Syntax

public string BlobData { get; set; }
public byte[] BlobDataB { get; set; }
Public Property BlobData As String
Public Property BlobDataB As Byte()

Default Value

""

Remarks

This property is populated with blob data after calling GetBlob if SetDownloadStream and LocalFile are not set.

This property can also be set before calling AppendBlock, CreateBlob (for block blobs), PutBlock, or PutPages; its data will be uploaded if SetUploadStream and LocalFile are not set.

This property is not available at design time.

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