Upload object that can store object metadata String and data blob in single API call using inline chunk field.
See https://www.paws-r-sdk.com/docs/backupstorage_put_object/ for full documentation.
backupstorage_put_object(
BackupJobId,
ObjectName,
MetadataString = NULL,
InlineChunk = NULL,
InlineChunkLength = NULL,
InlineChunkChecksum = NULL,
InlineChunkChecksumAlgorithm = NULL,
ObjectChecksum = NULL,
ObjectChecksumAlgorithm = NULL,
ThrowOnDuplicate = NULL
)
[required] Backup job Id for the in-progress backup.
[required] The name of the Object to be uploaded.
Store user defined metadata like backup checksum, disk ids, restore metadata etc.
Inline chunk data to be uploaded.
Length of the inline chunk data.
Inline chunk checksum
Inline chunk checksum algorithm
object checksum
object checksum algorithm
Throw an exception if Object name is already exist.