次の方法で共有


RestorableMongodbCollections interface

RestorableMongodbCollections を表すインターフェイス。

メソッド

list(string, string, RestorableMongodbCollectionsListOptionalParams)

特定のデータベースにあるすべての Azure Cosmos DB MongoDB コレクションで変更が実行されたすべてのイベント フィードを表示します。 これは、コンテナーが誤って削除された場合に役立ちます。 この API には、'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' アクセス許可が必要です

メソッドの詳細

list(string, string, RestorableMongodbCollectionsListOptionalParams)

特定のデータベースにあるすべての Azure Cosmos DB MongoDB コレクションで変更が実行されたすべてのイベント フィードを表示します。 これは、コンテナーが誤って削除された場合に役立ちます。 この API には、'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' アクセス許可が必要です

function list(location: string, instanceId: string, options?: RestorableMongodbCollectionsListOptionalParams): PagedAsyncIterableIterator<RestorableMongodbCollectionGetResult, RestorableMongodbCollectionGetResult[], PageSettings>

パラメーター

location

string

Cosmos DB リージョン。単語と各単語の間にスペースが大文字で表示されます。

instanceId

string

復元可能なデータベース アカウントの InstanceId GUID。

options
RestorableMongodbCollectionsListOptionalParams

options パラメーター。

戻り値