RestorableMongodbDatabasesOperations interface
Interface representing a RestorableMongodbDatabases operations.
Properties
| list | Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB databases under the restorable account. This helps in scenario where database was accidentally deleted to get the deletion time. 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 databases under the restorable account. This helps in scenario where database was accidentally deleted to get the deletion time. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission
list: (location: string, instanceId: string, options?: RestorableMongodbDatabasesListOptionalParams) => PagedAsyncIterableIterator<RestorableMongodbDatabaseGetResult, RestorableMongodbDatabaseGetResult[], PageSettings>
Property Value
(location: string, instanceId: string, options?: RestorableMongodbDatabasesListOptionalParams) => PagedAsyncIterableIterator<RestorableMongodbDatabaseGetResult, RestorableMongodbDatabaseGetResult[], PageSettings>