Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RestorableSqlDatabasesImpl

Package version

Class containing RestorableSqlDatabases operations.

Hierarchy

  • RestorableSqlDatabasesImpl

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

list

  • Show the event feed of all mutations done on all the Azure Cosmos DB SQL 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

    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: RestorableSqlDatabasesListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<RestorableSqlDatabaseGetResult>

Generated using TypeDoc