EventHubConverter クラス
- 継承
-
EventHubConverterEventHubConverter
コンストラクター
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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python