111 строки
11 KiB
YAML
111 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cosmos.fluent.RestorableMongodbCollectionsClient"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.RestorableMongodbCollectionsClient"
|
|
name: "RestorableMongodbCollectionsClient"
|
|
nameWithType: "RestorableMongodbCollectionsClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Restorable<wbr>Mongodb<wbr>Collections<wbr>Client."
|
|
syntax: "public interface **RestorableMongodbCollectionsClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.RestorableMongodbCollectionsClient.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.RestorableMongodbCollectionsClient.list(String location, String instanceId)"
|
|
name: "list(String location, String instanceId)"
|
|
nameWithType: "RestorableMongodbCollectionsClient.list(String location, String instanceId)"
|
|
summary: "Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a specific database."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Cosmos DB region, with spaces between words and each word capitalized."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The instanceId GUID of a restorable database account."
|
|
name: "instanceId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<RestorableMongodbCollectionGetResultInner> list(String location, String instanceId)"
|
|
desc: "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."
|
|
returns:
|
|
description: "the List operation response, that contains the MongoDB collection events and their properties as\n paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.RestorableMongodbCollectionGetResultInner?alt=com.azure.resourcemanager.cosmos.fluent.models.RestorableMongodbCollectionGetResultInner&text=RestorableMongodbCollectionGetResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.RestorableMongodbCollectionsClient.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.RestorableMongodbCollectionsClient.list(String location, String instanceId, String restorableMongodbDatabaseRid, String startTime, String endTime, Context context)"
|
|
name: "list(String location, String instanceId, String restorableMongodbDatabaseRid, String startTime, String endTime, Context context)"
|
|
nameWithType: "RestorableMongodbCollectionsClient.list(String location, String instanceId, String restorableMongodbDatabaseRid, String startTime, String endTime, Context context)"
|
|
summary: "Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a specific database."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Cosmos DB region, with spaces between words and each word capitalized."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The instanceId GUID of a restorable database account."
|
|
name: "instanceId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The resource ID of the MongoDB database."
|
|
name: "restorableMongodbDatabaseRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Restorable MongoDB collections event feed start time."
|
|
name: "startTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Restorable MongoDB collections event feed end time."
|
|
name: "endTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<RestorableMongodbCollectionGetResultInner> list(String location, String instanceId, String restorableMongodbDatabaseRid, String startTime, String endTime, Context context)"
|
|
desc: "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."
|
|
returns:
|
|
description: "the List operation response, that contains the MongoDB collection events and their properties as\n paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.RestorableMongodbCollectionGetResultInner?alt=com.azure.resourcemanager.cosmos.fluent.models.RestorableMongodbCollectionGetResultInner&text=RestorableMongodbCollectionGetResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.RestorableMongodbCollectionsClient.listAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.RestorableMongodbCollectionsClient.listAsync(String location, String instanceId)"
|
|
name: "listAsync(String location, String instanceId)"
|
|
nameWithType: "RestorableMongodbCollectionsClient.listAsync(String location, String instanceId)"
|
|
summary: "Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a specific database."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Cosmos DB region, with spaces between words and each word capitalized."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The instanceId GUID of a restorable database account."
|
|
name: "instanceId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<RestorableMongodbCollectionGetResultInner> listAsync(String location, String instanceId)"
|
|
desc: "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."
|
|
returns:
|
|
description: "the List operation response, that contains the MongoDB collection events and their properties as\n paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.RestorableMongodbCollectionGetResultInner?alt=com.azure.resourcemanager.cosmos.fluent.models.RestorableMongodbCollectionGetResultInner&text=RestorableMongodbCollectionGetResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmos.fluent.RestorableMongodbCollectionsClient.listAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cosmos.fluent.RestorableMongodbCollectionsClient.listAsync(String location, String instanceId, String restorableMongodbDatabaseRid, String startTime, String endTime)"
|
|
name: "listAsync(String location, String instanceId, String restorableMongodbDatabaseRid, String startTime, String endTime)"
|
|
nameWithType: "RestorableMongodbCollectionsClient.listAsync(String location, String instanceId, String restorableMongodbDatabaseRid, String startTime, String endTime)"
|
|
summary: "Show the event feed of all mutations done on all the Azure Cosmos DB MongoDB collections under a specific database."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Cosmos DB region, with spaces between words and each word capitalized."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The instanceId GUID of a restorable database account."
|
|
name: "instanceId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The resource ID of the MongoDB database."
|
|
name: "restorableMongodbDatabaseRid"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Restorable MongoDB collections event feed start time."
|
|
name: "startTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Restorable MongoDB collections event feed end time."
|
|
name: "endTime"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedFlux<RestorableMongodbCollectionGetResultInner> listAsync(String location, String instanceId, String restorableMongodbDatabaseRid, String startTime, String endTime)"
|
|
desc: "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."
|
|
returns:
|
|
description: "the List operation response, that contains the MongoDB collection events and their properties as\n paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.RestorableMongodbCollectionGetResultInner?alt=com.azure.resourcemanager.cosmos.fluent.models.RestorableMongodbCollectionGetResultInner&text=RestorableMongodbCollectionGetResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in RestorableMongodbCollectionsClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cosmos.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmos:2.44.0
|