IDatasets.GetDatasetsWithHttpMessagesAsync Method (String, String, Dictionary<String, List<String>>, CancellationToken)

 

Returns the EntitySet datasets

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

Syntax

Task<HttpOperationResponse<ODataResponseListDataset>> GetDatasetsWithHttpMessagesAsync(
    string collectionName,
    string workspaceId,
    Dictionary<string, List<string>> customHeaders = null,
    CancellationToken cancellationToken = null
)

Parameters

  • collectionName
    Type: System.String

    The workspace collection name

Return Value

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

See Also

IDatasets Interface
Microsoft.PowerBI.Api.Beta Namespace

Return to top