RestorableTables interface
Interface representing a RestorableTables.
Methods
list(string, string, Restorable |
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 |
Method Details
list(string, string, RestorableTablesListOptionalParams)
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
function list(location: string, instanceId: string, options?: RestorableTablesListOptionalParams): PagedAsyncIterableIterator<RestorableTableGetResult, RestorableTableGetResult[], 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.
The options parameters.