RestorableTablesClient Interface
public interface RestorableTablesClient
An instance of this class provides access to all the operations defined in RestorableTablesClient.
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 Tables. |
abstract
Paged |
list(String location, String instanceId, String startTime, String endTime, Context context)
Show the event feed of all mutations done on all the Azure Cosmos DB Tables. |
abstract
Paged |
listAsync(String location, String instanceId)
Show the event feed of all mutations done on all the Azure Cosmos DB Tables. |
abstract
Paged |
listAsync(String location, String instanceId, String startTime, String endTime)
Show the event feed of all mutations done on all the Azure Cosmos DB Tables. |
Method Details
list
public abstract PagedIterable
Show the event feed of all mutations done on all the Azure Cosmos DB Tables. This helps in scenario where table was accidentally deleted. 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 Tables. This helps in scenario where table was accidentally deleted. 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 Tables. This helps in scenario where table was accidentally deleted. 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 Tables. This helps in scenario where table was accidentally deleted. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission.
Parameters:
Returns:
Applies to
Azure SDK for Java