IDatasets.GetRefreshHistoryInGroupWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, 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 System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.V2.Models.ODataResponseListRefresh>> GetRefreshHistoryInGroupWithHttpMessagesAsync (string groupId, string datasetKey, Nullable<int> top = null, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetRefreshHistoryInGroupWithHttpMessagesAsync : string * string * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.V2.Models.ODataResponseListRefresh>>
Parameters
- groupId
- System.String
- datasetKey
- System.String
- top
- System.Nullable<System.Int32>
- customHeaders
- System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<HttpOperationResponse<ODataResponseListRefresh>>