CosmosDBConverter Classe
- Herança
-
CosmosDBConverterCosmosDBConverter
Construtor
CosmosDBConverter()
Métodos
check_input_type_annotation | |
check_output_type_annotation | |
decode | |
encode | |
has_implicit_output |
check_input_type_annotation
check_input_type_annotation(pytype: type) -> bool
Parâmetros
Name | Description |
---|---|
pytype
Necessário
|
|
check_output_type_annotation
check_output_type_annotation(pytype: type) -> bool
Parâmetros
Name | Description |
---|---|
pytype
Necessário
|
|
decode
decode(data: Datum, *, trigger_metadata) -> DocumentList | None
Parâmetros
Name | Description |
---|---|
data
Necessário
|
|
Parâmetros Só de Palavra-Chave
Name | Description |
---|---|
trigger_metadata
Necessário
|
|
encode
encode(obj: Any, *, expected_type: type | None) -> Datum
Parâmetros
Name | Description |
---|---|
obj
Necessário
|
|
Parâmetros Só de Palavra-Chave
Name | Description |
---|---|
expected_type
Necessário
|
|
has_implicit_output
abstract classmethod has_implicit_output() -> bool
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python