A CloudEvent that contains StorageObjectData
Signature:
export interface StorageEvent extends CloudEvent<StorageObjectData>
Extends: CloudEvent<StorageObjectData>
Properties
Property | Type | Description |
---|---|---|
bucket | string | The name of the bucket containing this object. |
storage.StorageEvent.bucket
The name of the bucket containing this object.
Signature:
bucket: string;