storage.StorageEvent interface

StorageObjectData가 포함된 CloudEvent입니다.

서명:

export interface StorageEvent extends CloudEvent<StorageObjectData> 

확장: CloudEvent<StorageObjectData>

속성

속성 유형 설명
버킷 문자열 이 객체가 포함된 버킷의 이름입니다.

storage.StorageEvent.bucket

이 객체가 포함된 버킷의 이름입니다.

서명:

bucket: string;