Class CreateExtractRefreshTaskResponse.ExtractRefreshType
Class representing a response extract refresh item.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateExtractRefreshTaskResponse.ExtractRefreshType : ICloudExtractRefreshType, IExtractRefreshType, IRestIdentifiable, IWithWorkbookReferenceType, IWithDataSourceReferenceType
Properties
ConsecutiveFailedCount
Gets or sets the consecutive failed count for the response.
Declaration
public int ConsecutiveFailedCount { get; set; }
Property Value
Type | Description |
---|---|
int |
DataSource
Gets or sets the data source for the response.
Declaration
public CreateExtractRefreshTaskResponse.ExtractRefreshType.DataSourceType? DataSource { get; set; }
Property Value
Type | Description |
---|---|
CreateExtractRefreshTaskResponse.ExtractRefreshType.DataSourceType |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Priority
Gets or sets the priority for the response.
Declaration
public int Priority { get; set; }
Property Value
Type | Description |
---|---|
int |
Type
Gets or sets the type for the response.
Declaration
public string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Workbook
Gets or sets the workbook for the response.
Declaration
public CreateExtractRefreshTaskResponse.ExtractRefreshType.WorkbookType? Workbook { get; set; }
Property Value
Type | Description |
---|---|
CreateExtractRefreshTaskResponse.ExtractRefreshType.WorkbookType |