IPWorks Cloud 2020 Python Edition

Questions / Feedback?

blob_data Property

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

Syntax

def get_blob_data() -> bytes: ...
def set_blob_data(value: bytes) -> None: ...

blob_data = property(get_blob_data, set_blob_data)

Default Value

""

Remarks

This property is populated with blob data after calling get_blob if local_file is not set.

This property can also be set before calling append_block, create_blob (for block blobs), put_block, or put_pages; its data will be uploaded if local_file is not set.

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