RestorableMongodbCollectionsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

CosmosDBManagementClient's

<xref:restorable_mongodb_collections> attribute.

Inheritance
builtins.object
RestorableMongodbCollectionsOperations

Constructor

RestorableMongodbCollectionsOperations(*args, **kwargs)

Methods

list

Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a specific database. This helps in scenario where container was accidentally deleted. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission.

list

Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a specific database. This helps in scenario where container was accidentally deleted. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission.

list(location: str, instance_id: str, restorable_mongodb_database_rid: Optional[str] = None, **kwargs: Any) -> Iterable[azure.mgmt.cosmosdb.models._models_py3.RestorableMongodbCollectionsListResult]

Parameters

location
str
Required

Cosmos DB region, with spaces between words and each word capitalized.

instance_id
str
Required

The instanceId GUID of a restorable database account.

restorable_mongodb_database_rid
str
Required

The resource ID of the MongoDB database. Default value is None.

cls
callable

A custom type or function that will be passed the direct response

Returns

An iterator like instance of either RestorableMongodbCollectionsListResult or the result of cls(response)

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.cosmosdb.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\cosmosdb\\models\\__init__.py'>