DatasetsExtensions.GetDatasetById Method (IDatasets, String, String, String)

 

Gets the dataset metadata for the specifeid dataset id

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

Syntax

public static Dataset GetDatasetById(
    this IDatasets operations,
    string collectionName,
    string workspaceId,
    string datasetKey
)

Parameters

  • collectionName
    Type: System.String

    The workspace collection name

Return Value

Type: Microsoft.PowerBI.Api.Beta.Models.Dataset

See Also

DatasetsExtensions Class
Microsoft.PowerBI.Api.Beta Namespace

Return to top