class documentation

class UploadSessionAppendArg(bb.Struct): (source)

View In Hierarchy

:ivar files.UploadSessionAppendArg.cursor: Contains the upload session ID and the offset. :ivar files.UploadSessionAppendArg.close: If true, the current session will be closed, at which point you won't be able to call :meth:`dropbox.dropbox_client.Dropbox.files_upload_session_append` anymore with the current session. :ivar files.UploadSessionAppendArg.content_hash: A hash of the file content uploaded in this call. If provided and the uploaded content does not match this hash, an error will be returned. For more information see our `Content hash <https://www.dropbox.com/developers/reference/content-hash>`_ page.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable close Undocumented
Instance Variable content_hash Undocumented
Instance Variable cursor Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _close_value Undocumented
Instance Variable _content_hash_value Undocumented
Instance Variable _cursor_value Undocumented
def __init__(self, cursor=None, close=None, content_hash=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

content_hash = (source)

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_close_value = (source)

Undocumented

_content_hash_value = (source)

Undocumented

_cursor_value = (source)

Undocumented