DatasetsExtensions.PostDataset Method (IDatasets, String, String, Dataset)

 

Post a new entity to EntitySet datasets

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

Syntax

public static object PostDataset(
    this IDatasets operations,
    string collectionName,
    string workspaceId,
    Dataset dataset
)

Parameters

  • collectionName
    Type: System.String

    The workspace collection name

Return Value

Type: System.Object

See Also

DatasetsExtensions Class
Microsoft.PowerBI.Api.Beta Namespace

Return to top