Complete multipart upload

Completes upload of database chunks as part of multipart upload.

📷

Data Migration Recipe

This operation may be used in tandem with other resources to manage the upload of large databases in multiple parts. Although this workflow is more complicated than a single-stream upload workflow, multipart upload jobs provide for greater throughput and better recovery from network issues. For step-by-step instructions and sample code, see Import Large Databases.

🍐

Role-based Permissions

To perform this operation, a principal must belong to a group that has been assigned the appropriate role-based permissions. The table identifies the roles with permission to perform this operation.

ConsumerContributorData Bridge Admin
NOYESNO

To learn more about role-based permissions in Data Bridge, see Access Controls.

Path Params
string
required

Name of managed SQL Server instance.

string
required

Name of database.

string
required
Body Params
string | null

ID of multi-part upload job.

etags
object | null

etags that identify chunks

Response
200

Success

Language
URL