CHANGELOG.md
LICENSE
MANIFEST.in
README.md
migration_guide.md
setup.py
azure/__init__.py
azure/data/__init__.py
azure/data/tables/__init__.py
azure/data/tables/_authentication.py
azure/data/tables/_base_client.py
azure/data/tables/_common_conversion.py
azure/data/tables/_constants.py
azure/data/tables/_deserialize.py
azure/data/tables/_entity.py
azure/data/tables/_error.py
azure/data/tables/_models.py
azure/data/tables/_policies.py
azure/data/tables/_sdk_moniker.py
azure/data/tables/_serialize.py
azure/data/tables/_shared_access_signature.py
azure/data/tables/_table_batch.py
azure/data/tables/_table_client.py
azure/data/tables/_table_service_client.py
azure/data/tables/_table_shared_access_signature.py
azure/data/tables/_version.py
azure/data/tables/py.typed
azure/data/tables/_generated/__init__.py
azure/data/tables/_generated/_azure_table.py
azure/data/tables/_generated/_configuration.py
azure/data/tables/_generated/_version.py
azure/data/tables/_generated/aio/__init__.py
azure/data/tables/_generated/aio/_azure_table.py
azure/data/tables/_generated/aio/_configuration.py
azure/data/tables/_generated/aio/operations/__init__.py
azure/data/tables/_generated/aio/operations/_service_operations.py
azure/data/tables/_generated/aio/operations/_table_operations.py
azure/data/tables/_generated/models/__init__.py
azure/data/tables/_generated/models/_azure_table_enums.py
azure/data/tables/_generated/models/_models.py
azure/data/tables/_generated/models/_models_py3.py
azure/data/tables/_generated/operations/__init__.py
azure/data/tables/_generated/operations/_service_operations.py
azure/data/tables/_generated/operations/_table_operations.py
azure/data/tables/aio/__init__.py
azure/data/tables/aio/_base_client_async.py
azure/data/tables/aio/_models.py
azure/data/tables/aio/_policies_async.py
azure/data/tables/aio/_table_batch_async.py
azure/data/tables/aio/_table_client_async.py
azure/data/tables/aio/_table_service_client_async.py
azure_data_tables.egg-info/PKG-INFO
azure_data_tables.egg-info/SOURCES.txt
azure_data_tables.egg-info/dependency_links.txt
azure_data_tables.egg-info/not-zip-safe
azure_data_tables.egg-info/requires.txt
azure_data_tables.egg-info/top_level.txt
samples/README.md
samples/sample_authentication.py
samples/sample_batching.py
samples/sample_create_client.py
samples/sample_create_delete_table.py
samples/sample_insert_delete_entities.py
samples/sample_query_table.py
samples/sample_query_tables.py
samples/sample_update_upsert_merge_entities.py
samples/async_samples/sample_authentication_async.py
samples/async_samples/sample_batching_async.py
samples/async_samples/sample_create_client_async.py
samples/async_samples/sample_create_delete_table_async.py
samples/async_samples/sample_insert_delete_entities_async.py
samples/async_samples/sample_query_table_async.py
samples/async_samples/sample_query_tables_async.py
samples/async_samples/sample_update_upsert_merge_entities_async.py
tests/async_preparers.py
tests/conftest.py
tests/preparers.py
tests/test_retry.py
tests/test_retry_async.py
tests/test_table.py
tests/test_table_aad.py
tests/test_table_aad_async.py
tests/test_table_async.py
tests/test_table_batch.py
tests/test_table_batch_async.py
tests/test_table_batch_cosmos.py
tests/test_table_batch_cosmos_async.py
tests/test_table_client.py
tests/test_table_client_async.py
tests/test_table_client_cosmos.py
tests/test_table_client_cosmos_async.py
tests/test_table_cosmos.py
tests/test_table_cosmos_async.py
tests/test_table_entity.py
tests/test_table_entity_async.py
tests/test_table_entity_cosmos.py
tests/test_table_entity_cosmos_async.py
tests/test_table_service_properties.py
tests/test_table_service_properties_async.py
tests/test_table_service_properties_cosmos.py
tests/test_table_service_properties_cosmos_async.py
tests/test_table_service_stats.py
tests/test_table_service_stats_async.py
tests/test_table_service_stats_cosmos.py
tests/test_table_service_stats_cosmos_async.py
tests/_shared/__init__.py
tests/_shared/asynctestcase.py
tests/_shared/cosmos_testcase.py
tests/_shared/testcase.py
tests/perfstress_tests/__init__.py
tests/perfstress_tests/_base.py
tests/perfstress_tests/create_entity.py
tests/perfstress_tests/create_entity_batch.py
tests/perfstress_tests/list_entities.py