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