HISTORY.md
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
azure/__init__.py
azure/cosmos/__init__.py
azure/cosmos/_base.py
azure/cosmos/_consistent_hash_ring.py
azure/cosmos/_constants.py
azure/cosmos/_cosmos_client_connection.py
azure/cosmos/_default_retry_policy.py
azure/cosmos/_endpoint_discovery_retry_policy.py
azure/cosmos/_global_endpoint_manager.py
azure/cosmos/_hash_partition_resolver.py
azure/cosmos/_location_cache.py
azure/cosmos/_murmur_hash.py
azure/cosmos/_partition.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/_session.py
azure/cosmos/_session_retry_policy.py
azure/cosmos/_synchronized_request.py
azure/cosmos/_utils.py
azure/cosmos/_vector_session_token.py
azure/cosmos/auth.py
azure/cosmos/container.py
azure/cosmos/cosmos_client.py
azure/cosmos/database.py
azure/cosmos/diagnostics.py
azure/cosmos/documents.py
azure/cosmos/errors.py
azure/cosmos/http_constants.py
azure/cosmos/offer.py
azure/cosmos/partition_key.py
azure/cosmos/permission.py
azure/cosmos/scripts.py
azure/cosmos/user.py
azure/cosmos/version.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