Sdílet prostřednictvím


RestorableMongodbCollectionsOperationsExtensions Class

Definition

Extension methods for RestorableMongodbCollectionsOperations.

public static class RestorableMongodbCollectionsOperationsExtensions
type RestorableMongodbCollectionsOperationsExtensions = class
Public Module RestorableMongodbCollectionsOperationsExtensions
Inheritance
RestorableMongodbCollectionsOperationsExtensions

Methods

List(IRestorableMongodbCollectionsOperations, String, String, String)

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

ListAsync(IRestorableMongodbCollectionsOperations, String, String, String, CancellationToken)

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

Applies to