Skip to main content

FilesUploadPart Properties

An object defining properties for the FilesUploadPart class.

Data

Gets the binary data of the file to be uploaded.

Type: byte[]

This property contains the raw binary content of the file that will be uploaded. The data is stored as a byte array and is used during the upload process to transmit the actual file content.


Parts

Gets the list of upload parts that define how the file should be uploaded.

Type: List<UploadPart>

This property contains a collection of upload parts that specify how the file data should be divided and uploaded. Each upload part in the list defines a segment of the file and its corresponding upload specifications.