ds_provider_azure_py_lib.serde¶
File: __init__.py
Region: ds_provider_azure_py_lib/serde
Serde for Azure Table Storage data.
Submodules¶
Classes¶
Deserialize Azure Table Storage data. |
|
Serialize Azure Table Storage data. |
Package Contents¶
- class ds_provider_azure_py_lib.serde.AzureTableDeserializer[source]¶
Bases:
ds_resource_plugin_py_lib.common.serde.deserialize.DataDeserializerDeserialize Azure Table Storage data. The deserializer is responsible for converting the data from a dict into a format that can be sent to the Azure Table Storage API.
- class ds_provider_azure_py_lib.serde.AzureTableSerializer[source]¶
Bases:
ds_resource_plugin_py_lib.common.serde.serialize.DataSerializerSerialize Azure Table Storage data. The serializer is responsible for converting the data from a DataFrame into a format that can be sent to the Azure Table Storage API.