IPWorks Cloud 2020 Python Edition

Questions / Feedback?

archive_data Property

Holds the archive data.

Syntax

def get_archive_data() -> bytes: ...
def set_archive_data(value: bytes) -> None: ...

archive_data = property(get_archive_data, set_archive_data)

Default Value

""

Remarks

This property holds the archive data. It is populated after calling get_job_output when the job is an archive retrieval. It may be set to archive data before calling upload_archive.

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