Interface CreateResumableUploadOptions (7.16.0)

Inheritance

Pick<UploadConfig, PublicResumableUploadOptions> > CreateResumableUploadOptions

Package

@google-cloud/storage

Properties

[GCCL_GCS_CMD_KEY]

[GCCL_GCS_CMD_KEY]?: resumableUpload.UploadConfig[typeof GCCL_GCS_CMD_KEY];

preconditionOpts

preconditionOpts?: PreconditionOptions;

resumeCRC32C

resumeCRC32C?: Parameters<(typeof CRC32C)['from']>[0];

A CRC32C to resume from when continuing a previous upload. It is recommended to capture the crc32c event from previous upload sessions to provide in subsequent requests in order to accurately track the upload. This is **required** when validating a final portion of the uploaded object.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.