RestorableMongodbCollectionsOperations interface
Interface representing a RestorableMongodbCollections operations.
Properties
| 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 |
Property Details
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: string, instanceId: string, options?: RestorableMongodbCollectionsListOptionalParams) => PagedAsyncIterableIterator<RestorableMongodbCollectionGetResult, RestorableMongodbCollectionGetResult[], PageSettings>
Property Value
(location: string, instanceId: string, options?: RestorableMongodbCollectionsListOptionalParams) => PagedAsyncIterableIterator<RestorableMongodbCollectionGetResult, RestorableMongodbCollectionGetResult[], PageSettings>