[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-22 UTC."],[],[],null,["# UploadMetadata interface\n\nObject metadata that can be set at upload.\n\n**Signature:** \n\n export interface UploadMetadata extends SettableMetadata \n\n**Extends:** [SettableMetadata](./storage.settablemetadata.md#settablemetadata_interface)\n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------|---------------------|---------------------------------------------------------|\n| [md5Hash](./storage.uploadmetadata.md#uploadmetadatamd5hash) | string \\| undefined | A Base64-encoded MD5 hash of the object being uploaded. |\n\nUploadMetadata.md5Hash\n----------------------\n\nA Base64-encoded MD5 hash of the object being uploaded.\n\n**Signature:** \n\n md5Hash?: string | undefined;"]]