EventHubConverter Classe
- Herança
-
EventHubConverterEventHubConverter
Construtor
EventHubConverter()
Métodos
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
Parâmetros
Nome | Description |
---|---|
pytype
Obrigatório
|
|
check_output_type_annotation
check_output_type_annotation(pytype: type) -> bool
Parâmetros
Nome | Description |
---|---|
pytype
Obrigatório
|
|
decode
decode(data: Datum, *, trigger_metadata) -> EventHubEvent | List[EventHubEvent]
Parâmetros
Nome | Description |
---|---|
data
Obrigatório
|
|
Parâmetros de apenas palavra-chave
Nome | Description |
---|---|
trigger_metadata
Obrigatório
|
|
decode_multiple_events
decode_multiple_events(data, trigger_metadata) -> List[EventHubEvent]
Parâmetros
Nome | Description |
---|---|
data
Obrigatório
|
|
trigger_metadata
Obrigatório
|
|
decode_single_event
decode_single_event(data, trigger_metadata) -> EventHubEvent
Parâmetros
Nome | Description |
---|---|
data
Obrigatório
|
|
trigger_metadata
Obrigatório
|
|
encode
encode(obj: Any, *, expected_type: type | None) -> Datum
Parâmetros
Nome | Description |
---|---|
obj
Obrigatório
|
|
Parâmetros de apenas palavra-chave
Nome | Description |
---|---|
expected_type
Obrigatório
|
|
has_implicit_output
abstract classmethod has_implicit_output() -> bool
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python