Navigation
index
modules
|
PyMongo 4.7.3 documentation
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
_
__getattr__() (pymongo.collection.Collection method)
(pymongo.database.Database method)
(pymongo.mongo_client.MongoClient method)
__getitem__() (pymongo.collection.Collection method)
(pymongo.cursor.Cursor method)
(pymongo.database.Database method)
(pymongo.mongo_client.MongoClient method)
__iter__() (gridfs.grid_file.GridOut method)
_id (gridfs.grid_file.GridIn attribute)
(gridfs.grid_file.GridOut attribute)
A
abort() (gridfs.grid_file.GridIn method)
abort_transaction() (pymongo.client_session.ClientSession method)
acknowledged (pymongo.results.BulkWriteResult property)
(pymongo.results.DeleteResult property)
(pymongo.results.InsertManyResult property)
(pymongo.results.InsertOneResult property)
(pymongo.results.UpdateResult property)
(pymongo.write_concern.WriteConcern property)
add_key_alt_name() (pymongo.encryption.ClientEncryption method)
add_option() (gridfs.grid_file.GridOutCursor method)
(pymongo.cursor.Cursor method)
address (pymongo.command_cursor.CommandCursor property)
(pymongo.cursor.Cursor property)
(pymongo.mongo_client.MongoClient attribute)
(pymongo.monitoring.ConnectionCheckedInEvent property)
(pymongo.monitoring.ConnectionCheckedOutEvent property)
(pymongo.monitoring.ConnectionCheckOutFailedEvent property)
(pymongo.monitoring.ConnectionCheckOutStartedEvent property)
(pymongo.monitoring.ConnectionClosedEvent property)
(pymongo.monitoring.ConnectionCreatedEvent property)
(pymongo.monitoring.ConnectionReadyEvent property)
(pymongo.monitoring.PoolClearedEvent property)
(pymongo.monitoring.PoolClosedEvent property)
(pymongo.monitoring.PoolCreatedEvent property)
(pymongo.server_description.ServerDescription property)
advance_cluster_time() (pymongo.client_session.ClientSession method)
advance_operation_time() (pymongo.client_session.ClientSession method)
AEAD_AES_256_CBC_HMAC_SHA_512_Deterministic (pymongo.encryption.Algorithm attribute)
AEAD_AES_256_CBC_HMAC_SHA_512_Random (pymongo.encryption.Algorithm attribute)
AFTER (pymongo.collection.ReturnDocument attribute)
aggregate() (pymongo.collection.Collection method)
(pymongo.database.Database method)
aggregate_raw_batches() (pymongo.collection.Collection method)
Algorithm (class in pymongo.encryption)
aliases (gridfs.grid_file.GridOut property)
alive (pymongo.change_stream.ChangeStream property)
(pymongo.command_cursor.CommandCursor property)
(pymongo.cursor.Cursor property)
all_hosts (pymongo.server_description.ServerDescription property)
allow_disk_use() (pymongo.cursor.Cursor method)
apply_selector() (pymongo.topology_description.TopologyDescription method)
appname (pymongo.pool.PoolOptions property)
arbiters (pymongo.mongo_client.MongoClient attribute)
as_datetime() (bson.datetime_ms.DatetimeMS method)
(bson.timestamp.Timestamp method)
as_doc() (bson.dbref.DBRef method)
as_uuid() (bson.binary.Binary method)
ASCENDING (in module pymongo)
auto_encryption_opts (pymongo.client_options.ClientOptions property)
AutoEncryptionOpts (class in pymongo.encryption_options)
AutoReconnect
awaited (pymongo.monitoring.ServerHeartbeatFailedEvent property)
(pymongo.monitoring.ServerHeartbeatStartedEvent property)
(pymongo.monitoring.ServerHeartbeatSucceededEvent property)
B
batch_size() (pymongo.command_cursor.CommandCursor method)
(pymongo.cursor.Cursor method)
BEFORE (pymongo.collection.ReturnDocument attribute)
bid (bson.decimal128.Decimal128 property)
binary (bson.objectid.ObjectId property)
Binary (class in bson.binary)
BINARY_SUBTYPE (in module bson.binary)
bson
module
BSON (class in bson)
bson.binary
module
bson.code
module
bson.codec_options
module
bson.datetime_ms
module
bson.dbref
module
bson.decimal128
module
bson.errors
module
bson.int64
module
bson.json_util
module
bson.max_key
module
bson.min_key
module
bson.objectid
module
bson.raw_bson
module
bson.regex
module
bson.son
module
bson.timestamp
module
bson.tz_util
module
bson_type (bson.codec_options.TypeDecoder property)
BSONError
bulk_api_result (pymongo.results.BulkWriteResult property)
bulk_write() (pymongo.collection.Collection method)
bulk_write_result (pymongo.encryption.RewrapManyDataKeyResult property)
BulkWriteError
BulkWriteResult (class in pymongo.results)
C
CANONICAL (bson.json_util.JSONMode attribute)
CANONICAL_JSON_OPTIONS (in module bson.json_util)
causal_consistency (pymongo.client_session.SessionOptions property)
cause (pymongo.errors.EncryptionError property)
ChangeStream (class in pymongo.change_stream)
check_compatible() (pymongo.topology_description.TopologyDescription method)
chunk_size (gridfs.grid_file.GridIn property)
(gridfs.grid_file.GridOut property)
clear() (bson.son.SON method)
client (pymongo.client_session.ClientSession property)
(pymongo.database.Database property)
ClientEncryption (class in pymongo.encryption)
ClientOptions (class in pymongo.client_options)
ClientSession (class in pymongo.client_session)
clone() (pymongo.cursor.Cursor method)
close() (gridfs.grid_file.GridIn method)
(gridfs.grid_file.GridOut method)
(pymongo.change_stream.ChangeStream method)
(pymongo.command_cursor.CommandCursor method)
(pymongo.cursor.Cursor method)
(pymongo.encryption.ClientEncryption method)
(pymongo.mongo_client.MongoClient method)
closed (gridfs.grid_file.GridIn property)
closed() (pymongo.event_loggers.ServerLogger method)
(pymongo.event_loggers.TopologyLogger method)
(pymongo.monitoring.ServerListener method)
(pymongo.monitoring.TopologyListener method)
cluster_time (pymongo.client_session.ClientSession property)
ClusterChangeStream (class in pymongo.change_stream)
Code (class in bson.code)
code (pymongo.errors.OperationFailure property)
codec_options (pymongo.client_options.ClientOptions property)
(pymongo.collection.Collection attribute)
(pymongo.database.Database attribute)
(pymongo.mongo_client.MongoClient attribute)
CodecOptions (class in bson.codec_options)
Collation (class in pymongo.collation)
collation() (pymongo.cursor.Cursor method)
CollationAlternate (class in pymongo.collation)
CollationCaseFirst (class in pymongo.collation)
CollationMaxVariable (class in pymongo.collation)
CollationStrength (class in pymongo.collation)
collection (bson.dbref.DBRef property)
Collection (class in pymongo.collection)
collection (pymongo.cursor.Cursor property)
CollectionChangeStream (class in pymongo.change_stream)
CollectionInvalid
COLUMN_SUBTYPE (in module bson.binary)
command (pymongo.monitoring.CommandStartedEvent property)
command() (pymongo.database.Database method)
command_name (pymongo.monitoring.CommandFailedEvent property)
(pymongo.monitoring.CommandStartedEvent property)
(pymongo.monitoring.CommandSucceededEvent property)
CommandCursor (class in pymongo.command_cursor)
CommandFailedEvent (class in pymongo.monitoring)
CommandListener (class in pymongo.monitoring)
CommandLogger (class in pymongo.event_loggers)
CommandStartedEvent (class in pymongo.monitoring)
CommandSucceededEvent (class in pymongo.monitoring)
comment() (pymongo.cursor.Cursor method)
commit_transaction() (pymongo.client_session.ClientSession method)
common_wire_version (pymongo.topology_description.TopologyDescription property)
ConfigurationError
CONN_ERROR (pymongo.monitoring.ConnectionCheckOutFailedReason attribute)
connect (pymongo.client_options.ClientOptions property)
connect_timeout (pymongo.pool.PoolOptions property)
connection_check_out_failed() (pymongo.event_loggers.ConnectionPoolLogger method)
(pymongo.monitoring.ConnectionPoolListener method)
connection_check_out_started() (pymongo.event_loggers.ConnectionPoolLogger method)
(pymongo.monitoring.ConnectionPoolListener method)
connection_checked_in() (pymongo.event_loggers.ConnectionPoolLogger method)
(pymongo.monitoring.ConnectionPoolListener method)
connection_checked_out() (pymongo.event_loggers.ConnectionPoolLogger method)
(pymongo.monitoring.ConnectionPoolListener method)
connection_closed() (pymongo.event_loggers.ConnectionPoolLogger method)
(pymongo.monitoring.ConnectionPoolListener method)
connection_created() (pymongo.event_loggers.ConnectionPoolLogger method)
(pymongo.monitoring.ConnectionPoolListener method)
connection_id (pymongo.monitoring.CommandFailedEvent property)
(pymongo.monitoring.CommandStartedEvent property)
(pymongo.monitoring.CommandSucceededEvent property)
(pymongo.monitoring.ConnectionCheckedInEvent property)
(pymongo.monitoring.ConnectionCheckedOutEvent property)
(pymongo.monitoring.ConnectionCheckOutFailedEvent property)
(pymongo.monitoring.ConnectionClosedEvent property)
(pymongo.monitoring.ConnectionCreatedEvent property)
(pymongo.monitoring.ConnectionReadyEvent property)
(pymongo.monitoring.ServerHeartbeatFailedEvent property)
(pymongo.monitoring.ServerHeartbeatStartedEvent property)
(pymongo.monitoring.ServerHeartbeatSucceededEvent property)
connection_ready() (pymongo.event_loggers.ConnectionPoolLogger method)
(pymongo.monitoring.ConnectionPoolListener method)
ConnectionCheckedInEvent (class in pymongo.monitoring)
ConnectionCheckedOutEvent (class in pymongo.monitoring)
ConnectionCheckOutFailedEvent (class in pymongo.monitoring)
ConnectionCheckOutFailedReason (class in pymongo.monitoring)
ConnectionCheckOutStartedEvent (class in pymongo.monitoring)
ConnectionClosedEvent (class in pymongo.monitoring)
ConnectionClosedReason (class in pymongo.monitoring)
ConnectionCreatedEvent (class in pymongo.monitoring)
ConnectionFailure
ConnectionPoolListener (class in pymongo.monitoring)
ConnectionPoolLogger (class in pymongo.event_loggers)
ConnectionReadyEvent (class in pymongo.monitoring)
content_type (gridfs.grid_file.GridIn property)
(gridfs.grid_file.GridOut property)
copy() (bson.son.SON method)
CorruptGridFile
count_documents() (pymongo.collection.Collection method)
create_collection() (pymongo.database.Database method)
create_data_key() (pymongo.encryption.ClientEncryption method)
create_decimal128_context() (in module bson.decimal128)
create_encrypted_collection() (pymongo.encryption.ClientEncryption method)
create_index() (pymongo.collection.Collection method)
create_indexes() (pymongo.collection.Collection method)
create_search_index() (pymongo.collection.Collection method)
create_search_indexes() (pymongo.collection.Collection method)
CSHARP_LEGACY (bson.binary.UuidRepresentation attribute)
(in module bson.binary)
Cursor (class in pymongo.cursor)
cursor_command() (pymongo.database.Database method)
cursor_id (pymongo.command_cursor.CommandCursor property)
(pymongo.cursor.Cursor property)
CursorNotFound
CursorType (class in pymongo.cursor)
D
database (bson.dbref.DBRef property)
Database (class in pymongo.database)
database (pymongo.collection.Collection attribute)
database_name (pymongo.monitoring.CommandFailedEvent property)
(pymongo.monitoring.CommandStartedEvent property)
(pymongo.monitoring.CommandSucceededEvent property)
DatabaseChangeStream (class in pymongo.change_stream)
DATETIME (bson.codec_options.DatetimeConversion attribute)
DATETIME_AUTO (bson.codec_options.DatetimeConversion attribute)
DATETIME_CLAMP (bson.codec_options.DatetimeConversion attribute)
DATETIME_MS (bson.codec_options.DatetimeConversion attribute)
datetime_representation (bson.json_util.JSONOptions attribute)
DatetimeConversion (class in bson.codec_options)
DatetimeMS (class in bson.datetime_ms)
DatetimeRepresentation (class in bson.json_util)
DBRef (class in bson.dbref)
Decimal128 (class in bson.decimal128)
decode() (bson.BSON method)
(in module bson)
decode_all() (in module bson)
decode_file_iter() (in module bson)
decode_iter() (in module bson)
decrypt() (pymongo.encryption.ClientEncryption method)
default() (in module bson.json_util)
DEFAULT_JSON_OPTIONS (in module bson.json_util)
default_transaction_options (pymongo.client_session.SessionOptions property)
delete() (gridfs.GridFS method)
(gridfs.GridFSBucket method)
delete_key() (pymongo.encryption.ClientEncryption method)
delete_many() (pymongo.collection.Collection method)
delete_one() (pymongo.collection.Collection method)
deleted_count (pymongo.results.BulkWriteResult property)
(pymongo.results.DeleteResult property)
DeleteMany (class in pymongo.operations)
DeleteOne (class in pymongo.operations)
DeleteResult (class in pymongo.results)
deprecation_errors (pymongo.server_api.ServerApi property)
dereference() (pymongo.database.Database method)
DESCENDING (in module pymongo)
description_changed() (pymongo.event_loggers.ServerLogger method)
(pymongo.event_loggers.TopologyLogger method)
(pymongo.monitoring.ServerListener method)
(pymongo.monitoring.TopologyListener method)
details (pymongo.errors.OperationFailure property)
direct_connection (pymongo.client_options.ClientOptions property)
distinct() (pymongo.collection.Collection method)
(pymongo.cursor.Cursor method)
document (pymongo.operations.IndexModel property)
(pymongo.operations.SearchIndexModel property)
(pymongo.read_concern.ReadConcern property)
(pymongo.read_preferences.Nearest property)
(pymongo.read_preferences.Primary attribute)
(pymongo.read_preferences.PrimaryPreferred property)
(pymongo.read_preferences.Secondary property)
(pymongo.read_preferences.SecondaryPreferred property)
(pymongo.write_concern.WriteConcern property)
DocumentTooLarge
download_to_stream() (gridfs.GridFSBucket method)
download_to_stream_by_name() (gridfs.GridFSBucket method)
driver (pymongo.pool.PoolOptions property)
DriverInfo (class in pymongo.driver_info)
drop() (pymongo.collection.Collection method)
drop_collection() (pymongo.database.Database method)
drop_database() (pymongo.mongo_client.MongoClient method)
drop_index() (pymongo.collection.Collection method)
drop_indexes() (pymongo.collection.Collection method)
drop_search_index() (pymongo.collection.Collection method)
dst() (bson.tz_util.FixedOffset method)
dumps() (in module bson.json_util)
DuplicateKeyError
duration (pymongo.monitoring.ConnectionCheckedOutEvent property)
(pymongo.monitoring.ConnectionCheckOutFailedEvent property)
(pymongo.monitoring.ConnectionReadyEvent property)
(pymongo.monitoring.ServerHeartbeatFailedEvent property)
(pymongo.monitoring.ServerHeartbeatSucceededEvent property)
duration_micros (pymongo.monitoring.CommandFailedEvent property)
(pymongo.monitoring.CommandSucceededEvent property)
E
encode() (bson.BSON class method)
(in module bson)
encrypt() (pymongo.encryption.ClientEncryption method)
encrypt_expression() (pymongo.encryption.ClientEncryption method)
encrypted_fields (pymongo.errors.EncryptedCollectionError property)
EncryptedCollectionError
EncryptionError
end_session() (pymongo.client_session.ClientSession method)
EQUALITY (pymongo.encryption.QueryType attribute)
ERROR (pymongo.monitoring.ConnectionClosedReason attribute)
error (pymongo.server_description.ServerDescription property)
estimated_document_count() (pymongo.collection.Collection method)
event_listeners (pymongo.client_options.ClientOptions property)
ExecutionTimeout
EXHAUST (pymongo.cursor.CursorType attribute)
exists() (gridfs.GridFS method)
explain() (pymongo.cursor.Cursor method)
F
failed() (pymongo.event_loggers.CommandLogger method)
(pymongo.event_loggers.HeartbeatLogger method)
(pymongo.monitoring.CommandListener method)
(pymongo.monitoring.ServerHeartbeatListener method)
failure (pymongo.monitoring.CommandFailedEvent property)
fetch() (pymongo.auth_oidc.OIDCCallback method)
FileExists
filename (gridfs.grid_file.GridIn property)
(gridfs.grid_file.GridOut property)
fileno() (gridfs.grid_file.GridOut method)
find() (gridfs.GridFS method)
(gridfs.GridFSBucket method)
(pymongo.collection.Collection method)
find_one() (gridfs.GridFS method)
(pymongo.collection.Collection method)
find_one_and_delete() (pymongo.collection.Collection method)
find_one_and_replace() (pymongo.collection.Collection method)
find_one_and_update() (pymongo.collection.Collection method)
find_raw_batches() (pymongo.collection.Collection method)
FixedOffset (class in bson.tz_util)
flush() (gridfs.grid_file.GridOut method)
from_bid() (bson.decimal128.Decimal128 class method)
from_datetime() (bson.objectid.ObjectId class method)
from_native() (bson.regex.Regex class method)
from_uuid() (bson.binary.Binary class method)
full_name (pymongo.collection.Collection attribute)
FUNCTION_SUBTYPE (in module bson.binary)
G
gen_list_name() (in module bson)
generation_time (bson.objectid.ObjectId property)
GEO2D (in module pymongo)
GEOSPHERE (in module pymongo)
get() (bson.son.SON method)
(gridfs.GridFS method)
get_collection() (pymongo.database.Database method)
get_database() (pymongo.mongo_client.MongoClient method)
get_default_database() (pymongo.mongo_client.MongoClient method)
get_key() (pymongo.encryption.ClientEncryption method)
get_key_by_alt_name() (pymongo.encryption.ClientEncryption method)
get_keys() (pymongo.encryption.ClientEncryption method)
get_last_version() (gridfs.GridFS method)
get_size() (in module bson.json_util)
get_version() (gridfs.GridFS method)
gridfs
module
GridFS (class in gridfs)
gridfs.errors
module
gridfs.grid_file
module
GridFSBucket (class in gridfs)
GridFSError
GridIn (class in gridfs.grid_file)
GridOut (class in gridfs.grid_file)
GridOutCursor (class in gridfs.grid_file)
H
has_c() (in module bson)
(in module pymongo)
has_ended (pymongo.client_session.ClientSession property)
has_error_label() (pymongo.errors.PyMongoError method)
has_known_servers (pymongo.topology_description.TopologyDescription property)
has_readable_server() (pymongo.topology_description.TopologyDescription method)
has_writable_server() (pymongo.topology_description.TopologyDescription method)
HASHED (in module pymongo)
heartbeat_frequency (pymongo.client_options.ClientOptions property)
HeartbeatLogger (class in pymongo.event_loggers)
hedge (pymongo.read_preferences.Nearest property)
(pymongo.read_preferences.PrimaryPreferred property)
(pymongo.read_preferences.Secondary property)
(pymongo.read_preferences.SecondaryPreferred property)
hint() (pymongo.cursor.Cursor method)
I
id (bson.dbref.DBRef property)
IDENTICAL (pymongo.collation.CollationStrength attribute)
IDLE (pymongo.monitoring.ConnectionClosedReason attribute)
in_transaction (pymongo.client_session.ClientSession property)
inc (bson.timestamp.Timestamp property)
index_information() (pymongo.collection.Collection method)
INDEXED (pymongo.encryption.Algorithm attribute)
IndexModel (class in pymongo.operations)
insert_many() (pymongo.collection.Collection method)
insert_one() (pymongo.collection.Collection method)
inserted_count (pymongo.results.BulkWriteResult property)
inserted_id (pymongo.results.InsertOneResult property)
inserted_ids (pymongo.results.InsertManyResult property)
InsertManyResult (class in pymongo.results)
InsertOne (class in pymongo.operations)
InsertOneResult (class in pymongo.results)
Int64 (class in bson.int64)
interrupt_connections (pymongo.monitoring.PoolClearedEvent property)
InvalidBSON
InvalidDocument
InvalidId
InvalidName
InvalidOperation
InvalidStringData
InvalidURI
is_mongos (pymongo.mongo_client.MongoClient attribute)
is_primary (pymongo.mongo_client.MongoClient attribute)
is_server_default (pymongo.write_concern.WriteConcern property)
is_valid() (bson.objectid.ObjectId class method)
(in module bson)
isatty() (gridfs.grid_file.GridOut method)
ISO8601 (bson.json_util.DatetimeRepresentation attribute)
items() (bson.raw_bson.RawBSONDocument method)
J
JAVA_LEGACY (bson.binary.UuidRepresentation attribute)
(in module bson.binary)
json_mode (bson.json_util.JSONOptions attribute)
JSONMode (class in bson.json_util)
JSONOptions (class in bson.json_util)
K
known_servers (pymongo.topology_description.TopologyDescription property)
L
LEGACY (bson.json_util.DatetimeRepresentation attribute)
(bson.json_util.JSONMode attribute)
LEGACY_JSON_OPTIONS (in module bson.json_util)
length (gridfs.grid_file.GridIn property)
(gridfs.grid_file.GridOut property)
level (pymongo.read_concern.ReadConcern property)
limit() (pymongo.cursor.Cursor method)
list() (gridfs.GridFS method)
list_collection_names() (pymongo.database.Database method)
list_collections() (pymongo.database.Database method)
list_database_names() (pymongo.mongo_client.MongoClient method)
list_databases() (pymongo.mongo_client.MongoClient method)
list_indexes() (pymongo.collection.Collection method)
list_search_indexes() (pymongo.collection.Collection method)
load_balanced (pymongo.client_options.ClientOptions property)
(pymongo.pool.PoolOptions property)
loads() (in module bson.json_util)
local_threshold_ms (pymongo.client_options.ClientOptions property)
logical_session_timeout_minutes (pymongo.topology_description.TopologyDescription property)
LOWER (pymongo.collation.CollationCaseFirst attribute)
M
matched_count (pymongo.results.BulkWriteResult property)
(pymongo.results.UpdateResult property)
max() (pymongo.cursor.Cursor method)
max_await_time_ms() (pymongo.cursor.Cursor method)
max_commit_time_ms (pymongo.client_session.TransactionOptions property)
max_connecting (pymongo.pool.PoolOptions property)
max_election_id (pymongo.topology_description.TopologyDescription property)
max_idle_time_seconds (pymongo.pool.PoolOptions property)
max_pool_size (pymongo.pool.PoolOptions property)
max_scan() (pymongo.cursor.Cursor method)
max_set_version (pymongo.topology_description.TopologyDescription property)
max_staleness (pymongo.read_preferences.Nearest property)
(pymongo.read_preferences.PrimaryPreferred property)
(pymongo.read_preferences.Secondary property)
(pymongo.read_preferences.SecondaryPreferred property)
MAX_SUPPORTED_WIRE_VERSION (in module pymongo)
max_time_ms() (pymongo.cursor.Cursor method)
MaxKey (class in bson.max_key)
md5 (gridfs.grid_file.GridIn property)
(gridfs.grid_file.GridOut property)
MD5_SUBTYPE (in module bson.binary)
MECHANISMS (in module pymongo.auth)
metadata (gridfs.grid_file.GridOut property)
(pymongo.pool.PoolOptions property)
min() (pymongo.cursor.Cursor method)
min_pool_size (pymongo.pool.PoolOptions property)
min_round_trip_time (pymongo.server_description.ServerDescription property)
MIN_SUPPORTED_WIRE_VERSION (in module pymongo)
min_wire_version (pymongo.read_preferences.Nearest property)
(pymongo.read_preferences.PrimaryPreferred property)
(pymongo.read_preferences.Secondary property)
(pymongo.read_preferences.SecondaryPreferred property)
MinKey (class in bson.min_key)
mode (pymongo.read_preferences.Nearest property)
(pymongo.read_preferences.Primary attribute)
(pymongo.read_preferences.PrimaryPreferred property)
(pymongo.read_preferences.Secondary property)
(pymongo.read_preferences.SecondaryPreferred property)
modified_count (pymongo.results.BulkWriteResult property)
(pymongo.results.UpdateResult property)
module
bson
bson.binary
bson.code
bson.codec_options
bson.datetime_ms
bson.dbref
bson.decimal128
bson.errors
bson.int64
bson.json_util
bson.max_key
bson.min_key
bson.objectid
bson.raw_bson
bson.regex
bson.son
bson.timestamp
bson.tz_util
gridfs
gridfs.errors
gridfs.grid_file
pymongo
pymongo.auth_oidc
pymongo.change_stream
pymongo.client_options
pymongo.client_session
pymongo.collation
pymongo.collection
pymongo.command_cursor
pymongo.cursor
pymongo.database
pymongo.driver_info
pymongo.encryption
pymongo.encryption_options
pymongo.errors
pymongo.event_loggers
pymongo.mongo_client
pymongo.monitoring
pymongo.operations
pymongo.pool
pymongo.read_concern
pymongo.read_preferences
pymongo.results
pymongo.server_api
pymongo.server_description
pymongo.topology_description
pymongo.uri_parser
pymongo.write_concern
MongoClient (class in pymongo.mongo_client)
(in module pymongo)
mongos_mode (pymongo.read_preferences.Nearest property)
(pymongo.read_preferences.PrimaryPreferred property)
(pymongo.read_preferences.Secondary property)
(pymongo.read_preferences.SecondaryPreferred property)
N
name (gridfs.grid_file.GridIn property)
(gridfs.grid_file.GridOut property)
(pymongo.collection.Collection attribute)
(pymongo.database.Database property)
(pymongo.read_preferences.Nearest property)
(pymongo.read_preferences.Primary attribute)
(pymongo.read_preferences.PrimaryPreferred property)
(pymongo.read_preferences.Secondary property)
(pymongo.read_preferences.SecondaryPreferred property)
Nearest (class in pymongo.read_preferences)
NEAREST (pymongo.read_preferences.ReadPreference attribute)
NetworkTimeout
new_description (pymongo.monitoring.ServerDescriptionChangedEvent property)
(pymongo.monitoring.TopologyDescriptionChangedEvent property)
new_file() (gridfs.GridFS method)
next() (gridfs.grid_file.GridOutCursor method)
(pymongo.change_stream.ChangeStream method)
(pymongo.command_cursor.CommandCursor method)
(pymongo.cursor.Cursor method)
nodes (pymongo.mongo_client.MongoClient attribute)
NoFile
non_default_options (pymongo.pool.PoolOptions property)
NON_IGNORABLE (pymongo.collation.CollationAlternate attribute)
NON_TAILABLE (pymongo.cursor.CursorType attribute)
NotPrimaryError
NUMBERLONG (bson.json_util.DatetimeRepresentation attribute)
O
object_hook() (in module bson.json_util)
object_pairs_hook() (in module bson.json_util)
ObjectId (class in bson.objectid)
OFF (pymongo.collation.CollationCaseFirst attribute)
OIDCCallback (class in pymongo.auth_oidc)
OIDCCallbackContext (class in pymongo.auth_oidc)
OIDCCallbackResult (class in pymongo.auth_oidc)
OIDCIdPInfo (class in pymongo.auth_oidc)
ok_for_legacy (pymongo.read_concern.ReadConcern property)
OLD_BINARY_SUBTYPE (in module bson.binary)
OLD_UUID_SUBTYPE (in module bson.binary)
open_download_stream() (gridfs.GridFSBucket method)
open_download_stream_by_name() (gridfs.GridFSBucket method)
open_upload_stream() (gridfs.GridFSBucket method)
open_upload_stream_with_id() (gridfs.GridFSBucket method)
opened() (pymongo.event_loggers.ServerLogger method)
(pymongo.event_loggers.TopologyLogger method)
(pymongo.monitoring.ServerListener method)
(pymongo.monitoring.TopologyListener method)
operation_id (pymongo.monitoring.CommandFailedEvent property)
(pymongo.monitoring.CommandStartedEvent property)
(pymongo.monitoring.CommandSucceededEvent property)
operation_time (pymongo.client_session.ClientSession property)
OperationFailure
options (pymongo.client_session.ClientSession property)
(pymongo.mongo_client.MongoClient attribute)
(pymongo.monitoring.PoolCreatedEvent property)
options() (pymongo.collection.Collection method)
P
parse_host() (in module pymongo.uri_parser)
parse_ipv6_literal_host() (in module pymongo.uri_parser)
parse_uri() (in module pymongo.uri_parser)
parse_userinfo() (in module pymongo.uri_parser)
pool_cleared() (pymongo.event_loggers.ConnectionPoolLogger method)
(pymongo.monitoring.ConnectionPoolListener method)
POOL_CLOSED (pymongo.monitoring.ConnectionCheckOutFailedReason attribute)
(pymongo.monitoring.ConnectionClosedReason attribute)
pool_closed() (pymongo.event_loggers.ConnectionPoolLogger method)
(pymongo.monitoring.ConnectionPoolListener method)
pool_created() (pymongo.event_loggers.ConnectionPoolLogger method)
(pymongo.monitoring.ConnectionPoolListener method)
pool_options (pymongo.client_options.ClientOptions property)
pool_ready() (pymongo.event_loggers.ConnectionPoolLogger method)
(pymongo.monitoring.ConnectionPoolListener method)
PoolClearedEvent (class in pymongo.monitoring)
PoolClosedEvent (class in pymongo.monitoring)
PoolCreatedEvent (class in pymongo.monitoring)
PoolOptions (class in pymongo.pool)
pop() (bson.son.SON method)
popitem() (bson.son.SON method)
previous_description (pymongo.monitoring.ServerDescriptionChangedEvent property)
(pymongo.monitoring.TopologyDescriptionChangedEvent property)
Primary (class in pymongo.read_preferences)
PRIMARY (pymongo.collation.CollationStrength attribute)
primary (pymongo.mongo_client.MongoClient attribute)
PRIMARY (pymongo.read_preferences.ReadPreference attribute)
primary (pymongo.server_description.ServerDescription property)
PRIMARY_PREFERRED (pymongo.read_preferences.ReadPreference attribute)
PrimaryPreferred (class in pymongo.read_preferences)
ProtocolError
PUNCT (pymongo.collation.CollationMaxVariable attribute)
put() (gridfs.GridFS method)
pymongo
module
pymongo.auth_oidc
module
pymongo.change_stream
module
pymongo.client_options
module
pymongo.client_session
module
pymongo.collation
module
pymongo.collection
module
pymongo.command_cursor
module
pymongo.cursor
module
pymongo.database
module
pymongo.driver_info
module
pymongo.encryption
module
pymongo.encryption_options
module
pymongo.errors
module
pymongo.event_loggers
module
pymongo.mongo_client
module
pymongo.monitoring
module
pymongo.operations
module
pymongo.pool
module
pymongo.read_concern
module
pymongo.read_preferences
module
pymongo.results
module
pymongo.server_api
module
pymongo.server_description
module
pymongo.topology_description
module
pymongo.uri_parser
module
pymongo.write_concern
module
PyMongoError
PYTHON_LEGACY (bson.binary.UuidRepresentation attribute)
(in module bson.binary)
python_type (bson.codec_options.TypeEncoder property)
Q
QUATERNARY (pymongo.collation.CollationStrength attribute)
QueryType (class in pymongo.encryption)
R
RangeOpts (class in pymongo.encryption_options)
RANGEPREVIEW (pymongo.encryption.Algorithm attribute)
(pymongo.encryption.QueryType attribute)
raw (bson.raw_bson.RawBSONDocument property)
raw_result (pymongo.results.DeleteResult property)
(pymongo.results.UpdateResult property)
RawBatchCommandCursor (class in pymongo.command_cursor)
RawBatchCursor (class in pymongo.cursor)
RawBSONDocument (class in bson.raw_bson)
read() (gridfs.grid_file.GridOut method)
read_concern (pymongo.client_options.ClientOptions property)
(pymongo.client_session.TransactionOptions property)
(pymongo.collection.Collection attribute)
(pymongo.database.Database attribute)
(pymongo.mongo_client.MongoClient attribute)
read_preference (pymongo.client_options.ClientOptions property)
(pymongo.client_session.TransactionOptions property)
(pymongo.collection.Collection attribute)
(pymongo.database.Database attribute)
(pymongo.mongo_client.MongoClient attribute)
readable() (gridfs.grid_file.GridOut method)
readable_servers (pymongo.topology_description.TopologyDescription property)
readchunk() (gridfs.grid_file.GridOut method)
ReadConcern (class in pymongo.read_concern)
readline() (gridfs.grid_file.GridOut method)
ReadPreference (class in pymongo.read_preferences)
(in module pymongo)
reason (pymongo.monitoring.ConnectionCheckOutFailedEvent property)
(pymongo.monitoring.ConnectionClosedEvent property)
Regex (class in bson.regex)
register() (in module pymongo.monitoring)
RELAXED (bson.json_util.JSONMode attribute)
RELAXED_JSON_OPTIONS (in module bson.json_util)
remove_key_alt_name() (pymongo.encryption.ClientEncryption method)
remove_option() (gridfs.grid_file.GridOutCursor method)
(pymongo.cursor.Cursor method)
rename() (gridfs.GridFSBucket method)
(pymongo.collection.Collection method)
replace_one() (pymongo.collection.Collection method)
ReplaceOne (class in pymongo.operations)
replica_set_name (pymongo.client_options.ClientOptions property)
(pymongo.server_description.ServerDescription property)
(pymongo.topology_description.TopologyDescription property)
reply (pymongo.monitoring.CommandSucceededEvent property)
(pymongo.monitoring.ServerHeartbeatFailedEvent property)
(pymongo.monitoring.ServerHeartbeatSucceededEvent property)
request_id (pymongo.monitoring.CommandFailedEvent property)
(pymongo.monitoring.CommandStartedEvent property)
(pymongo.monitoring.CommandSucceededEvent property)
reset() (pymongo.topology_description.TopologyDescription method)
reset_server() (pymongo.topology_description.TopologyDescription method)
resume_token (pymongo.change_stream.ChangeStream property)
retrieved (pymongo.cursor.Cursor property)
retry_reads (pymongo.client_options.ClientOptions property)
retry_writes (pymongo.client_options.ClientOptions property)
retryable_reads_supported (pymongo.server_description.ServerDescription property)
retryable_writes_supported (pymongo.server_description.ServerDescription property)
ReturnDocument (class in pymongo.collection)
rewind() (pymongo.cursor.Cursor method)
rewrap_many_data_key() (pymongo.encryption.ClientEncryption method)
RewrapManyDataKeyResult (class in pymongo.encryption)
round_trip_time (pymongo.server_description.ServerDescription property)
S
scope (bson.code.Code property)
SearchIndexModel (class in pymongo.operations)
secondaries (pymongo.mongo_client.MongoClient attribute)
Secondary (class in pymongo.read_preferences)
SECONDARY (pymongo.collation.CollationStrength attribute)
(pymongo.read_preferences.ReadPreference attribute)
SECONDARY_PREFERRED (pymongo.read_preferences.ReadPreference attribute)
SecondaryPreferred (class in pymongo.read_preferences)
seek() (gridfs.grid_file.GridOut method)
seekable() (gridfs.grid_file.GridOut method)
SENSITIVE_SUBTYPE (in module bson.binary)
server_address (pymongo.monitoring.ServerClosedEvent property)
(pymongo.monitoring.ServerDescriptionChangedEvent property)
(pymongo.monitoring.ServerOpeningEvent property)
server_api (pymongo.pool.PoolOptions property)
server_connection_id (pymongo.monitoring.CommandFailedEvent property)
(pymongo.monitoring.CommandStartedEvent property)
(pymongo.monitoring.CommandSucceededEvent property)
server_descriptions() (pymongo.topology_description.TopologyDescription method)
server_info() (pymongo.mongo_client.MongoClient method)
server_monitoring_mode (pymongo.client_options.ClientOptions property)
server_selection_timeout (pymongo.client_options.ClientOptions property)
server_type (pymongo.server_description.ServerDescription property)
server_type_name (pymongo.server_description.ServerDescription property)
ServerApi (class in pymongo.server_api)
ServerApiVersion (class in pymongo.server_api)
ServerClosedEvent (class in pymongo.monitoring)
ServerDescription (class in pymongo.server_description)
ServerDescriptionChangedEvent (class in pymongo.monitoring)
ServerHeartbeatFailedEvent (class in pymongo.monitoring)
ServerHeartbeatListener (class in pymongo.monitoring)
ServerHeartbeatStartedEvent (class in pymongo.monitoring)
ServerHeartbeatSucceededEvent (class in pymongo.monitoring)
ServerListener (class in pymongo.monitoring)
ServerLogger (class in pymongo.event_loggers)
ServerOpeningEvent (class in pymongo.monitoring)
ServerSelectionTimeoutError
service_id (pymongo.monitoring.CommandFailedEvent property)
(pymongo.monitoring.CommandStartedEvent property)
(pymongo.monitoring.CommandSucceededEvent property)
(pymongo.monitoring.PoolClearedEvent property)
session (pymongo.command_cursor.CommandCursor property)
(pymongo.cursor.Cursor property)
session_id (pymongo.client_session.ClientSession property)
SessionOptions (class in pymongo.client_session)
setdefault() (bson.son.SON method)
SHIFTED (pymongo.collation.CollationAlternate attribute)
skip() (pymongo.cursor.Cursor method)
snapshot (pymongo.client_session.SessionOptions property)
socket_timeout (pymongo.pool.PoolOptions property)
SON (class in bson.son)
sort() (pymongo.cursor.Cursor method)
SPACE (pymongo.collation.CollationMaxVariable attribute)
split_hosts() (in module pymongo.uri_parser)
split_options() (in module pymongo.uri_parser)
STALE (pymongo.monitoring.ConnectionClosedReason attribute)
STANDARD (bson.binary.UuidRepresentation attribute)
(in module bson.binary)
start_session() (pymongo.mongo_client.MongoClient method)
start_transaction() (pymongo.client_session.ClientSession method)
started() (pymongo.event_loggers.CommandLogger method)
(pymongo.event_loggers.HeartbeatLogger method)
(pymongo.monitoring.CommandListener method)
(pymongo.monitoring.ServerHeartbeatListener method)
strict (pymongo.server_api.ServerApi property)
strict_number_long (bson.json_util.JSONOptions attribute)
strict_uuid (bson.json_util.JSONOptions attribute)
subtype (bson.binary.Binary property)
succeeded() (pymongo.event_loggers.CommandLogger method)
(pymongo.event_loggers.HeartbeatLogger method)
(pymongo.monitoring.CommandListener method)
(pymongo.monitoring.ServerHeartbeatListener method)
T
tag_sets (pymongo.read_preferences.Nearest property)
(pymongo.read_preferences.PrimaryPreferred property)
(pymongo.read_preferences.Secondary property)
(pymongo.read_preferences.SecondaryPreferred property)
TAILABLE (pymongo.cursor.CursorType attribute)
TAILABLE_AWAIT (pymongo.cursor.CursorType attribute)
tell() (gridfs.grid_file.GridOut method)
TERTIARY (pymongo.collation.CollationStrength attribute)
TEXT (in module pymongo)
time (bson.timestamp.Timestamp property)
timeout (pymongo.client_options.ClientOptions property)
(pymongo.errors.BulkWriteError property)
(pymongo.errors.EncryptionError property)
(pymongo.errors.ExecutionTimeout property)
(pymongo.errors.NetworkTimeout property)
(pymongo.errors.OperationFailure property)
(pymongo.errors.PyMongoError property)
(pymongo.errors.ServerSelectionTimeoutError property)
(pymongo.errors.WaitQueueTimeoutError property)
(pymongo.errors.WTimeoutError property)
TIMEOUT (pymongo.monitoring.ConnectionCheckOutFailedReason attribute)
timeout() (in module pymongo)
Timestamp (class in bson.timestamp)
tls_allow_invalid_hostnames (pymongo.pool.PoolOptions property)
to_decimal() (bson.decimal128.Decimal128 method)
to_dict() (bson.son.SON method)
topology_description (pymongo.mongo_client.MongoClient attribute)
topology_id (pymongo.monitoring.ServerClosedEvent property)
(pymongo.monitoring.ServerDescriptionChangedEvent property)
(pymongo.monitoring.ServerOpeningEvent property)
(pymongo.monitoring.TopologyClosedEvent property)
(pymongo.monitoring.TopologyDescriptionChangedEvent property)
(pymongo.monitoring.TopologyOpenedEvent property)
topology_type (pymongo.topology_description.TopologyDescription property)
topology_type_name (pymongo.topology_description.TopologyDescription property)
TopologyClosedEvent (class in pymongo.monitoring)
TopologyDescription (class in pymongo.topology_description)
TopologyDescriptionChangedEvent (class in pymongo.monitoring)
TopologyListener (class in pymongo.monitoring)
TopologyLogger (class in pymongo.event_loggers)
TopologyOpenedEvent (class in pymongo.monitoring)
TransactionOptions (class in pymongo.client_session)
transform_bson() (bson.codec_options.TypeDecoder method)
transform_python() (bson.codec_options.TypeEncoder method)
truncate() (gridfs.grid_file.GridOut method)
try_compile() (bson.regex.Regex method)
try_next() (pymongo.change_stream.ChangeStream method)
(pymongo.command_cursor.CommandCursor method)
TypeCodec (class in bson.codec_options)
TypeDecoder (class in bson.codec_options)
TypeEncoder (class in bson.codec_options)
TypeRegistry (class in bson.codec_options)
tzname() (bson.tz_util.FixedOffset method)
U
UNINDEXED (pymongo.encryption.Algorithm attribute)
UNSPECIFIED (bson.binary.UuidRepresentation attribute)
update() (bson.son.SON method)
update_many() (pymongo.collection.Collection method)
update_one() (pymongo.collection.Collection method)
update_search_index() (pymongo.collection.Collection method)
UpdateMany (class in pymongo.operations)
UpdateOne (class in pymongo.operations)
UpdateResult (class in pymongo.results)
upload_date (gridfs.grid_file.GridIn property)
(gridfs.grid_file.GridOut property)
upload_from_stream() (gridfs.GridFSBucket method)
upload_from_stream_with_id() (gridfs.GridFSBucket method)
UPPER (pymongo.collation.CollationCaseFirst attribute)
upserted_count (pymongo.results.BulkWriteResult property)
upserted_id (pymongo.results.UpdateResult property)
upserted_ids (pymongo.results.BulkWriteResult property)
USER_DEFINED_SUBTYPE (in module bson.binary)
utc (in module bson.tz_util)
utcoffset() (bson.tz_util.FixedOffset method)
UUID_SUBTYPE (in module bson.binary)
UuidRepresentation (class in bson.binary)
V
V1 (pymongo.server_api.ServerApiVersion attribute)
validate_boolean() (in module pymongo.write_concern)
validate_collection() (pymongo.database.Database method)
validate_options() (in module pymongo.uri_parser)
values() (bson.son.SON method)
version (in module pymongo)
(pymongo.server_api.ServerApi property)
W
wait_queue_timeout (pymongo.pool.PoolOptions property)
WaitQueueTimeoutError
watch() (pymongo.collection.Collection method)
(pymongo.database.Database method)
(pymongo.mongo_client.MongoClient method)
where() (pymongo.cursor.Cursor method)
with_options() (bson.codec_options.CodecOptions method)
(bson.json_util.JSONOptions method)
(pymongo.collection.Collection method)
(pymongo.database.Database method)
with_transaction() (pymongo.client_session.ClientSession method)
writable() (gridfs.grid_file.GridOut method)
write() (gridfs.grid_file.GridIn method)
write_concern (pymongo.client_options.ClientOptions property)
(pymongo.client_session.TransactionOptions property)
(pymongo.collection.Collection attribute)
(pymongo.database.Database attribute)
(pymongo.mongo_client.MongoClient attribute)
WriteConcern (class in pymongo.write_concern)
WriteConcernError
WriteError
writelines() (gridfs.grid_file.GridIn method)
(gridfs.grid_file.GridOut method)
WTimeoutError
Quick search
«
Navigation
index
modules
|
PyMongo 4.7.3 documentation
»
Index