CHANGELOG.md
Contributing.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
azure/__init__.py
azure/cosmos/__init__.py
azure/cosmos/_auth_policy.py
azure/cosmos/_base.py
azure/cosmos/_constants.py
azure/cosmos/_cosmos_client_connection.py
azure/cosmos/_cosmos_http_logging_policy.py
azure/cosmos/_cosmos_integers.py
azure/cosmos/_cosmos_murmurhash3.py
azure/cosmos/_default_retry_policy.py
azure/cosmos/_endpoint_discovery_retry_policy.py
azure/cosmos/_global_endpoint_manager.py
azure/cosmos/_gone_retry_policy.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/_timeout_failover_retry_policy.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/py.typed
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/_execution_context/aio/__init__.py
azure/cosmos/_execution_context/aio/_queue_async_helper.py
azure/cosmos/_execution_context/aio/base_execution_context.py
azure/cosmos/_execution_context/aio/document_producer.py
azure/cosmos/_execution_context/aio/endpoint_component.py
azure/cosmos/_execution_context/aio/execution_dispatcher.py
azure/cosmos/_execution_context/aio/multi_execution_aggregator.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/_routing/aio/__init__.py
azure/cosmos/_routing/aio/routing_map_provider.py
azure/cosmos/aio/__init__.py
azure/cosmos/aio/_asynchronous_request.py
azure/cosmos/aio/_auth_policy_async.py
azure/cosmos/aio/_container.py
azure/cosmos/aio/_cosmos_client.py
azure/cosmos/aio/_cosmos_client_connection_async.py
azure/cosmos/aio/_database.py
azure/cosmos/aio/_global_endpoint_manager_async.py
azure/cosmos/aio/_query_iterable_async.py
azure/cosmos/aio/_retry_utility_async.py
azure/cosmos/aio/_scripts.py
azure/cosmos/aio/_user.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/README.md
samples/access_cosmos_with_aad.py
samples/access_cosmos_with_aad_async.py
samples/access_cosmos_with_resource_token.py
samples/access_cosmos_with_resource_token_async.py
samples/change_feed_management.py
samples/change_feed_management_async.py
samples/client_user_configs.py
samples/client_user_configs_async.py
samples/config.py
samples/container_management.py
samples/container_management_async.py
samples/database_management.py
samples/database_management_async.py
samples/document_management.py
samples/document_management_async.py
samples/examples.py
samples/examples_async.py
samples/index_management.py
samples/index_management_async.py
samples/tracing_open_telemetry.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_aad.py
test/test_aggregate.py
test/test_analytical_ttl.py
test/test_analytical_ttl_async.py
test/test_auto_scale.py
test/test_auto_scale_async.py
test/test_backwards_compatibility.py
test/test_base_unit.py
test/test_client_user_agent.py
test/test_config.py
test/test_correlated_activity_id.py
test/test_cosmos_http_logging_policy.py
test/test_crud.py
test/test_crud_async.py
test/test_diagnostics.py
test/test_encoding.py
test/test_env.py
test/test_globaldb.py
test/test_globaldb_mock.py
test/test_headers.py
test/test_integrated_cache.py
test/test_location_cache.py
test/test_media.py
test/test_multi_orderby.py
test/test_multimaster.py
test/test_murmurhash3.py
test/test_orderby.py
test/test_partition_key.py
test/test_partition_split_query.py
test/test_proxy.py
test/test_query.py
test/test_query_async.py
test/test_query_execution_context.py
test/test_resource_id.py
test/test_resource_id_async.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_user_configs.py
test/test_utils.py
test/routing/__init__.py
test/routing/test_collection_routing_map.py
test/routing/test_routing_map_provider.py