Share via


EventHubConverter クラス

継承
EventHubConverter
EventHubConverter

コンストラクター

EventHubConverter()

メソッド

check_input_type_annotation
check_output_type_annotation
decode
decode_multiple_events
decode_single_event
encode
has_implicit_output

check_input_type_annotation

check_input_type_annotation(pytype: type) -> bool

パラメーター

名前 説明
pytype
必須

check_output_type_annotation

check_output_type_annotation(pytype: type) -> bool

パラメーター

名前 説明
pytype
必須

decode

decode(data: Datum, *, trigger_metadata) -> EventHubEvent | List[EventHubEvent]

パラメーター

名前 説明
data
必須

Keyword-Only パラメータ

名前 説明
trigger_metadata
必須

decode_multiple_events

decode_multiple_events(data, trigger_metadata) -> List[EventHubEvent]

パラメーター

名前 説明
data
必須
trigger_metadata
必須

decode_single_event

decode_single_event(data, trigger_metadata) -> EventHubEvent

パラメーター

名前 説明
data
必須
trigger_metadata
必須

encode

encode(obj: Any, *, expected_type: type | None) -> Datum

パラメーター

名前 説明
obj
必須

Keyword-Only パラメータ

名前 説明
expected_type
必須

has_implicit_output

abstract classmethod has_implicit_output() -> bool