RestorableMongodbCollections interface

Interface representing a RestorableMongodbCollections.

Methods

list(string, string, RestorableMongodbCollectionsListOptionalParams)

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

Method Details

list(string, string, RestorableMongodbCollectionsListOptionalParams)

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

function list(location: string, instanceId: string, options?: RestorableMongodbCollectionsListOptionalParams): PagedAsyncIterableIterator<RestorableMongodbCollectionGetResult, RestorableMongodbCollectionGetResult[], PageSettings>

Parameters

location

string

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

instanceId

string

The instanceId GUID of a restorable database account.

options
RestorableMongodbCollectionsListOptionalParams

The options parameters.

Returns