ds_provider_azure_py_lib.serde.table¶
File: table.py
Region: ds_provider_azure_py_lib/serde/table
Serde for Azure Table Storage data.
Classes¶
Serialize Azure Table Storage data. |
|
Deserialize Azure Table Storage data. |
Module Contents¶
- class ds_provider_azure_py_lib.serde.table.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.
- class ds_provider_azure_py_lib.serde.table.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.