CHANGELOG.md
LICENSE.txt
MANIFEST.in
README.md
setup.cfg
setup.py
azure/__init__.py
azure/cosmos/__init__.py
azure/cosmos/_base.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/_location_cache.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/_version.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/exceptions.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/_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
samples/access_cosmos_with_resource_token.py
samples/change_feed_management.py
samples/config.py
samples/container_management.py
samples/database_management.py
samples/document_management.py
samples/examples.py
samples/index_management.py
samples/nonpartitioned_container_operations.py
samples/MultiMasterOperations/Configurations.py
samples/MultiMasterOperations/ConflictWorker.py
samples/MultiMasterOperations/MultiMasterScenario.py
samples/MultiMasterOperations/Program.py
samples/MultiMasterOperations/Worker.py
test/cleanup.py
test/conftest.py
test/test_aggregate.py
test/test_base_unit.py
test/test_config.py
test/test_crud.py
test/test_diagnostics.py
test/test_encoding.py
test/test_env.py
test/test_globaldb.py
test/test_globaldb_mock.py
test/test_location_cache.py
test/test_media.py
test/test_multi_orderby.py
test/test_multimaster.py
test/test_orderby.py
test/test_partition_key.py
test/test_proxy.py
test/test_query.py
test/test_query_execution_context.py
test/test_retry_policy.py
test/test_routing_map.py
test/test_session.py
test/test_session_container.py
test/test_session_token_unit.py
test/test_streaming_failover.py
test/test_ttl.py
test/test_utils.py
test/routing/__init__.py
test/routing/test_collection_routing_map.py
test/routing/test_routing_map_provider.py