Interface ConfigMetadata (3.2.1)

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