mongo-python-driver/doc/api/bson/binary.rst
Casey Clements ae6cfd6d10
[DRIVERS-2926] [PYTHON-4577] BSON Binary Vector Subtype Support (#1813)
Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
2024-09-30 21:13:09 -05:00

35 lines
950 B
ReStructuredText

:mod:`binary` -- Tools for representing binary data to be stored in MongoDB
===========================================================================
.. automodule:: bson.binary
:synopsis: Tools for representing binary data to be stored in MongoDB
.. autodata:: BINARY_SUBTYPE
.. autodata:: FUNCTION_SUBTYPE
.. autodata:: OLD_BINARY_SUBTYPE
.. autodata:: OLD_UUID_SUBTYPE
.. autodata:: UUID_SUBTYPE
.. autodata:: STANDARD
.. autodata:: PYTHON_LEGACY
.. autodata:: JAVA_LEGACY
.. autodata:: CSHARP_LEGACY
.. autodata:: MD5_SUBTYPE
.. autodata:: COLUMN_SUBTYPE
.. autodata:: SENSITIVE_SUBTYPE
.. autodata:: USER_DEFINED_SUBTYPE
.. autoclass:: UuidRepresentation
:members:
.. autoclass:: BinaryVectorDtype
:members:
:show-inheritance:
.. autoclass:: BinaryVector
:members:
.. autoclass:: Binary(data, subtype=BINARY_SUBTYPE)
:members:
:show-inheritance: