共用方式為


PublisherEvent interface

即將發行之事件的包裝函式

屬性

diagnostics

新增索引鍵/值組,以 SH 服務 DB 中已發佈的通知來儲存。 此機碼/值組僅供診斷之用,且不會影響通知的傳遞。

event

正在發行的事件

isFilteredEvent

取得或設定篩選事件的旗標

notificationData

需要作為通知一部分傳送的其他資料,以補充事件中的資源資料

otherResourceVersions

取得或設定舊版支援的資源版本陣列。

publisherInputFilters

選擇性發行者輸入篩選準則,限制事件所觸發的訂用帳戶集

subscription

取得或設定造成此事件的相符勾點訂用帳戶。

屬性詳細資料

diagnostics

新增索引鍵/值組,以 SH 服務 DB 中已發佈的通知來儲存。 此機碼/值組僅供診斷之用,且不會影響通知的傳遞。

diagnostics: {[key: string]: string}

屬性值

{[key: string]: string}

event

正在發行的事件

event: Event

屬性值

isFilteredEvent

取得或設定篩選事件的旗標

isFilteredEvent: boolean

屬性值

boolean

notificationData

需要作為通知一部分傳送的其他資料,以補充事件中的資源資料

notificationData: {[key: string]: string}

屬性值

{[key: string]: string}

otherResourceVersions

取得或設定舊版支援的資源版本陣列。

otherResourceVersions: VersionedResource[]

屬性值

publisherInputFilters

選擇性發行者輸入篩選準則,限制事件所觸發的訂用帳戶集

publisherInputFilters: InputFilter[]

屬性值

subscription

取得或設定造成此事件的相符勾點訂用帳戶。

subscription: Subscription

屬性值