EventHubConverter Klasa
- Dziedziczenie
-
EventHubConverterEventHubConverter
Konstruktor
EventHubConverter()
Metody
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
Parametry
Nazwa | Opis |
---|---|
pytype
Wymagane
|
|
check_output_type_annotation
check_output_type_annotation(pytype: type) -> bool
Parametry
Nazwa | Opis |
---|---|
pytype
Wymagane
|
|
decode
decode(data: Datum, *, trigger_metadata) -> EventHubEvent | List[EventHubEvent]
Parametry
Nazwa | Opis |
---|---|
data
Wymagane
|
|
Parametry Tylko słowo kluczowe
Nazwa | Opis |
---|---|
trigger_metadata
Wymagane
|
|
decode_multiple_events
decode_multiple_events(data, trigger_metadata) -> List[EventHubEvent]
Parametry
Nazwa | Opis |
---|---|
data
Wymagane
|
|
trigger_metadata
Wymagane
|
|
decode_single_event
decode_single_event(data, trigger_metadata) -> EventHubEvent
Parametry
Nazwa | Opis |
---|---|
data
Wymagane
|
|
trigger_metadata
Wymagane
|
|
encode
encode(obj: Any, *, expected_type: type | None) -> Datum
Parametry
Nazwa | Opis |
---|---|
obj
Wymagane
|
|
Parametry Tylko słowo kluczowe
Nazwa | Opis |
---|---|
expected_type
Wymagane
|
|
has_implicit_output
abstract classmethod has_implicit_output() -> bool
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python