Interface RestorableMongodbCollectionsClient
-
public interface RestorableMongodbCollectionsClientAn instance of this class provides access to all the operations defined in RestorableMongodbCollectionsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<RestorableMongodbCollectionGetResultInner>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.com.azure.core.http.rest.PagedIterable<RestorableMongodbCollectionGetResultInner>list(String location, String instanceId, String restorableMongodbDatabaseRid, com.azure.core.util.Context context)Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a specific database.com.azure.core.http.rest.PagedFlux<RestorableMongodbCollectionGetResultInner>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.com.azure.core.http.rest.PagedFlux<RestorableMongodbCollectionGetResultInner>listAsync(String location, String instanceId, String restorableMongodbDatabaseRid)Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a specific database.
-
-
-
Method Detail
-
listAsync
com.azure.core.http.rest.PagedFlux<RestorableMongodbCollectionGetResultInner> listAsync(String location, String instanceId, String restorableMongodbDatabaseRid)
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:
location- Cosmos DB region, with spaces between words and each word capitalized.instanceId- The instanceId GUID of a restorable database account.restorableMongodbDatabaseRid- The resource ID of the MongoDB database.- Returns:
- the List operation response, that contains the MongoDB collection events and their properties.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listAsync
com.azure.core.http.rest.PagedFlux<RestorableMongodbCollectionGetResultInner> 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. This helps in scenario where container was accidentally deleted. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission.- Parameters:
location- Cosmos DB region, with spaces between words and each word capitalized.instanceId- The instanceId GUID of a restorable database account.- Returns:
- the List operation response, that contains the MongoDB collection events and their properties.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<RestorableMongodbCollectionGetResultInner> 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. This helps in scenario where container was accidentally deleted. This API requires 'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' permission.- Parameters:
location- Cosmos DB region, with spaces between words and each word capitalized.instanceId- The instanceId GUID of a restorable database account.- Returns:
- the List operation response, that contains the MongoDB collection events and their properties.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<RestorableMongodbCollectionGetResultInner> list(String location, String instanceId, String restorableMongodbDatabaseRid, com.azure.core.util.Context context)
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:
location- Cosmos DB region, with spaces between words and each word capitalized.instanceId- The instanceId GUID of a restorable database account.restorableMongodbDatabaseRid- The resource ID of the MongoDB database.context- The context to associate with this operation.- Returns:
- the List operation response, that contains the MongoDB collection events and their properties.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
-