次の方法で共有


SubscriptionsQuery interface

サービス フック サブスクリプションのクエリを定義します。

プロパティ

consumerActionId

結果を制限するオプションのコンシューマー アクション ID (いずれかの場合は null)

consumerId

結果を制限するオプションのコンシューマ ID (いずれかの場合は null)

consumerInputFilters

サブスクリプションコンシューマー入力のフィルター処理

eventType

結果を制限するオプションのイベントタイプ ID (いずれかの場合は null)

publisherId

結果を制限するオプションのパブリッシャー ID (任意の場合は null)

publisherInputFilters

サブスクリプション発行元入力のフィルター処理

results

クエリからの結果

subscriberId

オプションのサブスクライバーフィルター。

プロパティの詳細

consumerActionId

結果を制限するオプションのコンシューマー アクション ID (いずれかの場合は null)

consumerActionId: string

プロパティ値

string

consumerId

結果を制限するオプションのコンシューマ ID (いずれかの場合は null)

consumerId: string

プロパティ値

string

consumerInputFilters

サブスクリプションコンシューマー入力のフィルター処理

consumerInputFilters: InputFilter[]

プロパティ値

eventType

結果を制限するオプションのイベントタイプ ID (いずれかの場合は null)

eventType: string

プロパティ値

string

publisherId

結果を制限するオプションのパブリッシャー ID (任意の場合は null)

publisherId: string

プロパティ値

string

publisherInputFilters

サブスクリプション発行元入力のフィルター処理

publisherInputFilters: InputFilter[]

プロパティ値

results

クエリからの結果

results: Subscription[]

プロパティ値

subscriberId

オプションのサブスクライバーフィルター。

subscriberId: string

プロパティ値

string