dxlfiletransferclient.constants module

class dxlfiletransferclient.constants.FileStoreProp

Bases: object

Attributes associated with the parameters for a file store operation.

HASHES = 'hashes'
HASH_SHA256 = 'hash_sha256'
ID = 'file_id'
NAME = 'name'
RESULT = 'result'
SEGMENTS_RECEIVED = 'segments_received'
SEGMENT_NUMBER = 'segment_number'
SIZE = 'size'
TOTAL_SEGMENTS = 'total_segments'
class dxlfiletransferclient.constants.FileStoreResultProp

Bases: object

Attributes associated with the results for a file store operation.

CANCEL = 'cancel'
NONE = None
STORE = 'store'
class dxlfiletransferclient.constants.HashType

Bases: object

Constants used to indicate hash type.

SHA256 = 'sha256'