Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RestorableSqlResources

Package version

Interface representing a RestorableSqlResources.

Hierarchy

  • RestorableSqlResources

Implemented by

Index

Methods

Methods

list

  • Return a list of database and container combo that exist on the account at the given timestamp and location. This helps in scenarios to validate what resources exist at given timestamp and location. 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: RestorableSqlResourcesListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<RestorableSqlResourcesGetResult>

Generated using TypeDoc