Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RestorableGremlinGraphs

Package version

Interface representing a RestorableGremlinGraphs.

Hierarchy

  • RestorableGremlinGraphs

Implemented by

Index

Methods

Methods

list

  • Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin graphs under a specific database. This helps in scenario where container 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: RestorableGremlinGraphsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<RestorableGremlinGraphGetResult>

Generated using TypeDoc