RestorableGremlinResourcesOperations interface
Interface representing a RestorableGremlinResources operations.
Properties
| list | Return a list of gremlin database and graphs 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. |
Property Details
list
Return a list of gremlin database and graphs 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.
list: (location: string, instanceId: string, options?: RestorableGremlinResourcesListOptionalParams) => PagedAsyncIterableIterator<RestorableGremlinResourcesGetResult, RestorableGremlinResourcesGetResult[], PageSettings>
Property Value
(location: string, instanceId: string, options?: RestorableGremlinResourcesListOptionalParams) => PagedAsyncIterableIterator<RestorableGremlinResourcesGetResult, RestorableGremlinResourcesGetResult[], PageSettings>