UploadFile Class

File content associated with the file under a workspace.

Inheritance
azure.mgmt.support._serialization.Model
UploadFile

Constructor

UploadFile(*, content: str | None = None, chunk_index: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
content
str

File Content in base64 encoded format.

chunk_index
int

Index of the uploaded chunk (Index starts at 0).

Variables

Name Description
content
str

File Content in base64 encoded format.

chunk_index
int

Index of the uploaded chunk (Index starts at 0).