class documentation

class UploadSessionStartArg(bb.Struct): (source)

View In Hierarchy

:ivar files.UploadSessionStartArg.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.UploadSessionStartArg.session_type: Type of upload session you want to start. If not specified, default is ``UploadSessionType.sequential``. :ivar files.UploadSessionStartArg.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 session_type 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 _session_type_value Undocumented
def __init__(self, close=None, session_type=None, content_hash=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

content_hash = (source)

Undocumented

session_type = (source)

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

_session_type_value = (source)

Undocumented