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/_container_recreate_retry_policy.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/_cosmos_responses.py
azure/cosmos/_database_account_retry_policy.py
azure/cosmos/_default_retry_policy.py
azure/cosmos/_endpoint_discovery_retry_policy.py
azure/cosmos/_global_endpoint_manager.py
azure/cosmos/_global_partition_endpoint_manager_circuit_breaker.py
azure/cosmos/_global_partition_endpoint_manager_circuit_breaker_core.py
azure/cosmos/_gone_retry_policy.py
azure/cosmos/_location_cache.py
azure/cosmos/_partition.py
azure/cosmos/_partition_health_tracker.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/_service_request_retry_policy.py
azure/cosmos/_service_response_retry_policy.py
azure/cosmos/_session.py
azure/cosmos/_session_retry_policy.py
azure/cosmos/_session_token_helpers.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/_change_feed/__init__.py
azure/cosmos/_change_feed/change_feed_fetcher.py
azure/cosmos/_change_feed/change_feed_iterable.py
azure/cosmos/_change_feed/change_feed_start_from.py
azure/cosmos/_change_feed/change_feed_state.py
azure/cosmos/_change_feed/change_feed_utils.py
azure/cosmos/_change_feed/composite_continuation_token.py
azure/cosmos/_change_feed/feed_range_composite_continuation_token.py
azure/cosmos/_change_feed/feed_range_internal.py
azure/cosmos/_change_feed/aio/__init__.py
azure/cosmos/_change_feed/aio/change_feed_fetcher.py
azure/cosmos/_change_feed/aio/change_feed_iterable.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/hybrid_search_aggregator.py
azure/cosmos/_execution_context/multi_execution_aggregator.py
azure/cosmos/_execution_context/non_streaming_order_by_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/hybrid_search_aggregator.py
azure/cosmos/_execution_context/aio/multi_execution_aggregator.py
azure/cosmos/_execution_context/aio/non_streaming_order_by_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/_global_partition_endpoint_manager_circuit_breaker_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
doc/azure.cosmos.aio.rst
doc/azure.cosmos.rst
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/concurrency_sample.py
samples/config.py
samples/container_management.py
samples/container_management_async.py
samples/database_management.py
samples/database_management_async.py
samples/diagnostics_filter_sample.py
samples/document_management.py
samples/document_management_async.py
samples/examples.py
samples/examples_async.py
samples/excluded_locations.py
samples/index_management.py
samples/index_management_async.py
samples/session_token_management.py
samples/session_token_management_async.py
samples/throughput_bucket_management.py
samples/throughput_bucket_management_async.py
samples/tracing_open_telemetry.py
samples/transactional_batch.py
samples/transactional_batch_async.py
samples/vector_test_data.py
samples/MultiMasterOperations/Configurations.py
samples/MultiMasterOperations/ConflictWorker.py
samples/MultiMasterOperations/MultiMasterScenario.py
samples/MultiMasterOperations/Program.py
samples/MultiMasterOperations/Worker.py
tests/_fault_injection_transport.py
tests/_fault_injection_transport_async.py
tests/conftest.py
tests/hybrid_search_data.py
tests/test_aad.py
tests/test_aad_async.py
tests/test_aggregate.py
tests/test_analytical_ttl.py
tests/test_analytical_ttl_async.py
tests/test_auto_scale.py
tests/test_auto_scale_async.py
tests/test_backwards_compatibility.py
tests/test_backwards_compatibility_async.py
tests/test_base_unit.py
tests/test_change_feed.py
tests/test_change_feed_all_versions.py
tests/test_change_feed_all_versions_async.py
tests/test_change_feed_async.py
tests/test_change_feed_split.py
tests/test_change_feed_split_async.py
tests/test_changefeed_partition_key_variation.py
tests/test_changefeed_partition_key_variation_async.py
tests/test_circuit_breaker_emulator.py
tests/test_circuit_breaker_emulator_async.py
tests/test_client_user_agent_async.py
tests/test_computed_properties.py
tests/test_computed_properties_async.py
tests/test_config.py
tests/test_container_properties_cache.py
tests/test_container_properties_cache_async.py
tests/test_cosmos_http_logging_policy.py
tests/test_cosmos_http_logging_policy_async.py
tests/test_cosmos_responses.py
tests/test_cosmos_responses_async.py
tests/test_crud.py
tests/test_crud_async.py
tests/test_crud_container.py
tests/test_crud_container_async.py
tests/test_crud_database.py
tests/test_crud_database_async.py
tests/test_crud_response_payload_on_write_disabled.py
tests/test_crud_response_payload_on_write_disabled_async.py
tests/test_crud_subpartition.py
tests/test_crud_subpartition_async.py
tests/test_diagnostics.py
tests/test_effective_preferred_locations.py
tests/test_effective_preferred_locations_async.py
tests/test_encoding.py
tests/test_excluded_locations.py
tests/test_excluded_locations_async.py
tests/test_excluded_locations_emulator.py
tests/test_excluded_locations_emulator_async.py
tests/test_fault_injection_transport.py
tests/test_fault_injection_transport_async.py
tests/test_feed_range.py
tests/test_feed_range_async.py
tests/test_full_text_policy.py
tests/test_full_text_policy_async.py
tests/test_globaldb.py
tests/test_globaldb_mock.py
tests/test_headers.py
tests/test_headers_async.py
tests/test_health_check.py
tests/test_health_check_async.py
tests/test_integrated_cache.py
tests/test_latest_session_token.py
tests/test_latest_session_token_async.py
tests/test_location_cache.py
tests/test_multi_orderby.py
tests/test_multimaster.py
tests/test_murmurhash3.py
tests/test_orderby.py
tests/test_partition_key.py
tests/test_partition_split_query.py
tests/test_partition_split_query_async.py
tests/test_per_partition_circuit_breaker_mm.py
tests/test_per_partition_circuit_breaker_mm_async.py
tests/test_per_partition_circuit_breaker_sm_mrr.py
tests/test_per_partition_circuit_breaker_sm_mrr_async.py
tests/test_proxy.py
tests/test_query.py
tests/test_query_async.py
tests/test_query_cross_partition.py
tests/test_query_cross_partition_async.py
tests/test_query_execution_context.py
tests/test_query_feed_range.py
tests/test_query_feed_range_async.py
tests/test_query_hybrid_search.py
tests/test_query_hybrid_search_async.py
tests/test_query_vector_similarity.py
tests/test_query_vector_similarity_async.py
tests/test_regional_routing_context.py
tests/test_regional_routing_context_async.py
tests/test_resource_id.py
tests/test_resource_id_async.py
tests/test_retry_policy.py
tests/test_retry_policy_async.py
tests/test_retryable_writes.py
tests/test_retryable_writes_async.py
tests/test_routing_map.py
tests/test_service_retry_policies.py
tests/test_service_retry_policies_async.py
tests/test_session.py
tests/test_session_async.py
tests/test_session_token_helpers.py
tests/test_session_token_unit.py
tests/test_streaming_failover.py
tests/test_timeout_and_failover_retry_policy.py
tests/test_timeout_and_failover_retry_policy_async.py
tests/test_transactional_batch.py
tests/test_transactional_batch_async.py
tests/test_ttl.py
tests/test_user_agent_suffix.py
tests/test_user_agent_suffix_async.py
tests/test_user_configs.py
tests/test_utils.py
tests/test_vector_policy.py
tests/test_vector_policy_async.py
tests/vector_test_data.py
tests/routing/__init__.py
tests/routing/test_collection_routing_map.py
tests/routing/test_routing_map_provider.py
tests/workloads/custom_tcp_connector.py
tests/workloads/get-database-account-call.py
tests/workloads/initial-setup.py
tests/workloads/r_proxy_workload.py
tests/workloads/r_w_q_proxy_workload.py
tests/workloads/r_w_q_sync_workload.py
tests/workloads/r_w_q_with_incorrect_client_workload.py
tests/workloads/r_w_q_workload.py
tests/workloads/r_workload.py
tests/workloads/w_proxy_workload.py
tests/workloads/w_workload.py
tests/workloads/workload_configs.py
tests/workloads/workload_utils.py