Interface ConfigMetadata (3.6.0)

Package

gcs-resumable-upload

Properties

contentLength

contentLength?: number;

Set the length of the file being uploaded.

Property Value
TypeDescription
number

contentType

contentType?: string;

Set the content type of the incoming data.

Property Value
TypeDescription
string