IPWorks EDI 2020 Python Edition

Questions / Feedback?

etag Property

The Etag of the file being sent.

Syntax

def get_etag() -> str: ...
def set_etag(value: str) -> None: ...

etag = property(get_etag, set_etag)

Default Value

""

Remarks

This specifies the etag for the file. This value should be set to an empty string the first time a file is sent using the restart command. The class will generate a unique etag based on the processed contents of the file and set this property when sending begins.

If a file is interrupted, this value must be set when restart is called to resume transfer of the already processed file.

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