Interface IScheduleExtractRefreshTask
The interface for an extract.
Namespace: Tableau.Migration.Content.Schedules.Server
Assembly: Tableau.Migration.dll
Syntax
public interface IScheduleExtractRefreshTask
Properties
DatasourceId
The ID of the Data Source this extract is linked to.
Declaration
Guid? DatasourceId { get; set; }
Property Value
Type | Description |
---|---|
Guid? |
Id
The extract ID.
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |
Priority
The extract priority.
Declaration
int Priority { get; set; }
Property Value
Type | Description |
---|---|
int |
Type
The extract type. This is either full or incremental.
Declaration
string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkbookId
The ID of the workbook this extract is linked to.
Declaration
Guid? WorkbookId { get; set; }
Property Value
Type | Description |
---|---|
Guid? |