IPWorks Cloud 2020 Python Edition

Questions / Feedback?

object_data Property

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

Syntax

def get_object_data() -> bytes: ...
def set_object_data(value: bytes) -> None: ...

object_data = property(get_object_data, set_object_data)

Default Value

""

Remarks

This property is populated with object data after calling get_object if local_file is not set.

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