DatasetsExtensions.PostRowsAsync(IDatasets, String, String, String, String, Object, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<object> PostRowsAsync (this Microsoft.PowerBI.Api.V1.IDatasets operations, string collectionName, string workspaceId, string datasetKey, string tableName, object requestMessage, System.Threading.CancellationToken cancellationToken = default);
static member PostRowsAsync : Microsoft.PowerBI.Api.V1.IDatasets * string * string * string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
<Extension()>
Public Function PostRowsAsync (operations As IDatasets, collectionName As String, workspaceId As String, datasetKey As String, tableName As String, requestMessage As Object, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)
Parameters
- operations
- IDatasets
- collectionName
- System.String
- workspaceId
- System.String
- datasetKey
- System.String
- tableName
- System.String
- requestMessage
- System.Object
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<System.Object>