Class ScheduleExtractRefreshTasksResponse.ExtractType
Class representing the extract type in the response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Server
Assembly: Tableau.Migration.dll
Syntax
public class ScheduleExtractRefreshTasksResponse.ExtractType
Properties
DataSource
Gets or sets the datasource for the extract.
Declaration
public ScheduleExtractRefreshTasksResponse.ExtractType.DataSourceType? DataSource { get; set; }
Property Value
Type | Description |
---|---|
ScheduleExtractRefreshTasksResponse.ExtractType.DataSourceType |
Id
Gets or sets the id for the extract.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Priority
Gets or sets the priority for the extract.
Declaration
public int Priority { get; set; }
Property Value
Type | Description |
---|---|
int |
Type
Gets or sets the type for the extract.
Declaration
public string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Workbook
Gets or sets the workbook for the extract.
Declaration
public ScheduleExtractRefreshTasksResponse.ExtractType.WorkbookType? Workbook { get; set; }
Property Value
Type | Description |
---|---|
ScheduleExtractRefreshTasksResponse.ExtractType.WorkbookType |