storage.StorageEvent interface

StorageObjectData を含む CloudEvent

署名:

export interface StorageEvent extends CloudEvent<StorageObjectData> 

拡張: CloudEvent<StorageObjectData>

プロパティ

プロパティ 説明
バケット 文字列 このオブジェクトを含むバケット名。

storage.StorageEvent.bucket

このオブジェクトを含むバケット名。

署名:

bucket: string;