RestorableGremlinDatabasesClient Interface
public interface RestorableGremlinDatabasesClient
An instance of this class provides access to all the operations defined in RestorableGremlinDatabasesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list(String location, String instanceId)
Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin databases under the restorable account. |
abstract
Paged |
list(String location, String instanceId, Context context)
Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin databases under the restorable account. |
abstract
Paged |
listAsync(String location, String instanceId)
Show the event feed of all mutations done on all the Azure Cosmos DB Gremlin databases under the restorable account. |
Method Details
list
public abstract PagedIterable
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.
Parameters:
Returns:
list
public abstract PagedIterable
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.
Parameters:
Returns:
listAsync
public abstract PagedFlux
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.
Parameters:
Returns:
Applies to
Azure SDK for Java