DatasetsExtensions.GetDatasetsAsync Method (IDatasets, String, String, CancellationToken)

 

Returns the EntitySet datasets

Namespace:   Microsoft.PowerBI.Api.Beta
Assembly:  Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)

Syntax

public static Task<ODataResponseListDataset> GetDatasetsAsync(
    this IDatasets operations,
    string collectionName,
    string workspaceId,
    CancellationToken cancellationToken = null
)

Parameters

  • collectionName
    Type: System.String

    The workspace collection name

Return Value

Type: System.Threading.Tasks.Task<ODataResponseListDataset>

See Also

DatasetsExtensions Class
Microsoft.PowerBI.Api.Beta Namespace

Return to top