[[["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 2023-04-18 UTC."],[],[],null,["# storage.StorageEvent interface\n\nA CloudEvent that contains StorageObjectData\n\n**Signature:** \n\n export interface StorageEvent extends CloudEvent\u003cStorageObjectData\u003e \n\n**Extends:** [CloudEvent](./firebase-functions.cloudevent.md#cloudevent_interface)\\\u003c[StorageObjectData](./firebase-functions.storage.storageobjectdata.md#storagestorageobjectdata_interface)\\\u003e\n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------|--------|------------------------------------------------|\n| [bucket](./firebase-functions.storage.storageevent.md#storagestorageeventbucket) | string | The name of the bucket containing this object. |\n\nstorage.StorageEvent.bucket\n---------------------------\n\nThe name of the bucket containing this object.\n\n**Signature:** \n\n bucket: string;"]]