Skip to main content

GetFilesUploadPartsRequest Properties

An object defining properties for the GetFilesUploadPartsRequest class.

Requests

Gets the collection of upload parts item requests for multiple files.

Type: IEnumerable<GetUploadPartsItemRequest>

This property contains a collection of requests, where each request specifies the parameters needed to obtain upload parts for a file. The property is decorated with the [CheckRequestEncryption] attribute to ensure proper encryption of sensitive data.