IDatasets.GetTablesWithHttpMessagesAsync Method (String, String, String, Dictionary<String, List<String>>, CancellationToken)
Gets all tables within the specified dataset
Namespace: Microsoft.PowerBI.Api.Beta
Assembly: Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)
Syntax
Task<HttpOperationResponse<ODataResponseListTable>> GetTablesWithHttpMessagesAsync(
string collectionName,
string workspaceId,
string datasetKey,
Dictionary<string, List<string>> customHeaders = null,
CancellationToken cancellationToken = null
)
Parameters
collectionName
Type: System.StringThe workspace collection name
workspaceId
Type: System.StringThe workspace id
datasetKey
Type: System.StringThe dataset id
customHeaders
Type: System.Collections.Generic.Dictionary<String, List<String>>The headers that will be added to request.
cancellationToken
Type: System.Threading.CancellationTokenThe cancellation token.
Return Value
Type: System.Threading.Tasks.Task<HttpOperationResponse<ODataResponseListTable>>
See Also
IDatasets Interface
Microsoft.PowerBI.Api.Beta Namespace
Return to top