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
Name | Description |
---|---|
Data | Gets the binary data of the file to be uploaded. |
Parts | Gets the list of upload parts that define how the file should be uploaded. |
Constructors
Name | Description |
---|---|
FilesUploadPart(data, parts) | Initializes a new instance of the FilesUploadPart class with the specified file data and upload parts. |