database.RawRTDBCloudEvent interface

簽名:

export interface RawRTDBCloudEvent extends CloudEvent<RawRTDBCloudEventData> 

擴充: CloudEvent<RawRTDBCloudEventData>

屬性

屬性 類型 說明
firebasedatabasehost 字串
執行個體 字串
位置資訊 字串
參考資料 字串

database.RawRTDBCloudEvent.firebasedatabasehost

簽名:

firebasedatabasehost: string;

database.RawRTDBCloudEvent.instance

簽名:

instance: string;

database.RawRTDBCloudEvent.location

簽名:

location: string;

database.RawRTDBCloudEvent.ref

簽名:

ref: string;