LICENSE.txt
MANIFEST.in
README.md
changelog.md
setup.cfg
setup.py
azure/__init__.py
azure/cosmos/__init__.py
azure/cosmos/auth.py
azure/cosmos/base.py
azure/cosmos/consistent_hash_ring.py
azure/cosmos/constants.py
azure/cosmos/container.py
azure/cosmos/cosmos_client.py
azure/cosmos/cosmos_client_connection.py
azure/cosmos/database.py
azure/cosmos/default_retry_policy.py
azure/cosmos/diagnostics.py
azure/cosmos/documents.py
azure/cosmos/endpoint_discovery_retry_policy.py
azure/cosmos/errors.py
azure/cosmos/global_endpoint_manager.py
azure/cosmos/hash_partition_resolver.py
azure/cosmos/http_constants.py
azure/cosmos/location_cache.py
azure/cosmos/murmur_hash.py
azure/cosmos/offer.py
azure/cosmos/partition.py
azure/cosmos/partition_key.py
azure/cosmos/permission.py
azure/cosmos/query_iterable.py
azure/cosmos/range.py
azure/cosmos/range_partition_resolver.py
azure/cosmos/request_object.py
azure/cosmos/resource_throttle_retry_policy.py
azure/cosmos/retry_options.py
azure/cosmos/retry_utility.py
azure/cosmos/runtime_constants.py
azure/cosmos/scripts.py
azure/cosmos/session.py
azure/cosmos/session_retry_policy.py
azure/cosmos/synchronized_request.py
azure/cosmos/user.py
azure/cosmos/utils.py
azure/cosmos/vector_session_token.py
azure/cosmos/execution_context/__init__.py
azure/cosmos/execution_context/aggregators.py
azure/cosmos/execution_context/base_execution_context.py
azure/cosmos/execution_context/document_producer.py
azure/cosmos/execution_context/endpoint_component.py
azure/cosmos/execution_context/execution_dispatcher.py
azure/cosmos/execution_context/multi_execution_aggregator.py
azure/cosmos/execution_context/query_execution_info.py
azure/cosmos/routing/__init__.py
azure/cosmos/routing/collection_routing_map.py
azure/cosmos/routing/routing_map_provider.py
azure/cosmos/routing/routing_range.py
azure_cosmos.egg-info/PKG-INFO
azure_cosmos.egg-info/SOURCES.txt
azure_cosmos.egg-info/dependency_links.txt
azure_cosmos.egg-info/not-zip-safe
azure_cosmos.egg-info/requires.txt
azure_cosmos.egg-info/top_level.txt
doc/Makefile
doc/__init__.py
doc/conf.py
doc/index.rst
doc/make.bat
test/aggregate_tests.py
test/base_unit_tests.py
test/conftest.py
test/crud_tests.py
test/diagnostics_unit_tests.py
test/encoding_tests.py
test/env_test.py
test/globaldb_mock_tests.py
test/globaldb_tests.py
test/location_cache_tests.py
test/multiOrderbyTests.py
test/multimaster_tests.py
test/orderby_tests.py
test/partition_key_tests.py
test/proxy_tests.py
test/query_execution_context_tests.py
test/query_tests.py
test/retry_policy_tests.py
test/routing_map_tests.py
test/session_container_tests.py
test/session_tests.py
test/session_token_unit_tests.py
test/streaming_failover_test.py
test/test_config.py
test/ttl_tests.py
test/utils_tests.py
test/routing/__init__.py
test/routing/collection_routing_map_test.py
test/routing/routing_map_provider_tests.py