IPWorks Cloud 2020 Python Edition

Questions / Feedback?

resource_data Property

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

Syntax

def get_resource_data() -> bytes: ...
def set_resource_data(value: bytes) -> None: ...

resource_data = property(get_resource_data, set_resource_data)

Default Value

""

Remarks

This property is populated with file data after calling download_file if local_file is not set.

This property can also be set before calling upload_file; 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]