[[["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,["Holds data about the current state of the upload task.\n\n**Signature:** \n\n export interface UploadTaskSnapshot \n\nProperties\n\nUploadTaskSnapshot.bytesTransferred\n\nThe number of bytes that have been successfully uploaded so far.\n\n**Signature:** \n\n bytesTransferred: number;\n\nUploadTaskSnapshot.metadata\n\nBefore the upload completes, contains the metadata sent to the server. After the upload completes, contains the metadata sent back from the server.\n\n**Signature:** \n\n metadata: FullMetadata;\n\nUploadTaskSnapshot.ref\n\nThe reference that spawned this snapshot's upload task.\n\n**Signature:** \n\n ref: StorageReference;\n\nUploadTaskSnapshot.state\n\nThe current state of the task.\n\n**Signature:** \n\n state: TaskState;\n\nUploadTaskSnapshot.task\n\nThe task of which this is a snapshot.\n\n**Signature:** \n\n task: UploadTask;\n\nUploadTaskSnapshot.totalBytes\n\nThe total number of bytes to be uploaded.\n\n**Signature:** \n\n totalBytes: number;"]]