What is the purpose of the context object in a stored procedure in Azure Cosmos DB?
It provides access to the database schema and metadata.
It allows for the creation of new collections within the database.
It provides access to all operations that can be performed in Azure Cosmos DB, and access to the request and response objects.
The context object in a stored procedure provides access to all operations that can be performed in Azure Cosmos DB, and access to the request and response objects.