RestorableGremlinDatabasesOperations interface
Interface representing a RestorableGremlinDatabases operations.
Properties
| list | Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin 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 |
Property Details
list
Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin 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
list: (location: string, instanceId: string, options?: RestorableGremlinDatabasesListOptionalParams) => PagedAsyncIterableIterator<RestorableGremlinDatabaseGetResult, RestorableGremlinDatabaseGetResult[], PageSettings>
Property Value
(location: string, instanceId: string, options?: RestorableGremlinDatabasesListOptionalParams) => PagedAsyncIterableIterator<RestorableGremlinDatabaseGetResult, RestorableGremlinDatabaseGetResult[], PageSettings>