MongoDBCollectionCollection.GetAllAsync(CancellationToken) Method

Definition

Lists the MongoDB collection under an existing Azure Cosmos DB database account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections
  • Operation Id: MongoDBResources_ListMongoDBCollections
  • Default Api Version: 2024-02-15-preview
  • Resource: MongoDBCollectionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.MongoDBCollectionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.MongoDBCollectionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.MongoDBCollectionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MongoDBCollectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MongoDBCollectionResource that may take multiple service requests to iterate over.

Applies to