DatasetsExtensions.PutTable Method (IDatasets, String, String, String, String, Object)
Updates a schema and metadata for the specified table
Namespace: Microsoft.PowerBI.Api.Beta
Assembly: Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)
Syntax
public static object PutTable(
this IDatasets operations,
string collectionName,
string workspaceId,
string datasetKey,
string tableName,
object requestMessage
)
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
tableName
Type: System.StringThe table name
requestMessage
Type: System.ObjectThe request message
Return Value
Type: System.Object
See Also
DatasetsExtensions Class
Microsoft.PowerBI.Api.Beta Namespace
Return to top