RestorableTablesOperations interface
Interface representing a RestorableTables operations.
Properties
| list | Show the event feed of all mutations done on all the Azure Cosmos DB Tables. This helps in scenario where table 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 Tables. This helps in scenario where table was accidentally deleted. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission
list: (location: string, instanceId: string, options?: RestorableTablesListOptionalParams) => PagedAsyncIterableIterator<RestorableTableGetResult, RestorableTableGetResult[], PageSettings>
Property Value
(location: string, instanceId: string, options?: RestorableTablesListOptionalParams) => PagedAsyncIterableIterator<RestorableTableGetResult, RestorableTableGetResult[], PageSettings>