storage.StorageEvent interface

A CloudEvent that contains StorageObjectData

Signature:

exportinterfaceStorageEventextendsCloudEvent<StorageObjectData>

Extends:CloudEvent<StorageObjectData>

Properties

PropertyTypeDescription
bucketstringThe name of the bucket containing this object.

storage.StorageEvent.bucket

The name of the bucket containing this object.

Signature:

bucket:string;