DatasetsExtensions.GetTables Method (IDatasets, String, String, String)
Gets all tables within the specified dataset
Namespace: Microsoft.PowerBI.Api.Beta
Assembly: Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)
Syntax
public static ODataResponseListTable GetTables(
this IDatasets operations,
string collectionName,
string workspaceId,
string datasetKey
)
Parameters
operations
Type: Microsoft.PowerBI.Api.Beta.IDatasetsThe operations group for this extension method.
collectionName
Type: System.StringThe workspace collection name
workspaceId
Type: System.StringThe workspace id
datasetKey
Type: System.StringThe dataset id
Return Value
Type: Microsoft.PowerBI.Api.Beta.Models.ODataResponseListTable
See Also
DatasetsExtensions Class
Microsoft.PowerBI.Api.Beta Namespace
Return to top