DatasetsExtensions.DeleteRowsAsync Method (IDatasets, String, String, String, String, CancellationToken)

 

Deletes all rows from the specified table

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

Syntax

public static Task<object> DeleteRowsAsync(
    this IDatasets operations,
    string collectionName,
    string workspaceId,
    string datasetKey,
    string tableName,
    CancellationToken cancellationToken = null
)

Parameters

  • collectionName
    Type: System.String

    The workspace collection name

Return Value

Type: System.Threading.Tasks.Task<Object>

See Also

DatasetsExtensions Class
Microsoft.PowerBI.Api.Beta Namespace

Return to top