Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RestorableTablesImpl

Package version

Class containing RestorableTables operations.

Hierarchy

  • RestorableTablesImpl

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

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

    Parameters

    • location: string

      Cosmos DB region, with spaces between words and each word capitalized.

    • instanceId: string

      The instanceId GUID of a restorable database account.

    • Optional options: RestorableTablesListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<RestorableTableGetResult>

Generated using TypeDoc