Skip to main content

FilesUploadPart

Represents a container for file data and its associated upload parts information.

This class encapsulates both the binary data of a file and the collection of upload parts that define how the file should be uploaded. It is used to manage the upload process by associating the actual file content with its upload specifications.

Properties

NameDescription
DataGets the binary data of the file to be uploaded.
PartsGets the list of upload parts that define how the file should be uploaded.

Constructors

NameDescription
FilesUploadPart(data, parts)Initializes a new instance of the FilesUploadPart class with the specified file data and upload parts.