Interface ICreateExtractRefreshTaskOptions
Interface for an API client extract refresh task creation model.
Namespace: Tableau.Migration.Api.Models.Cloud
Assembly: Tableau.Migration.dll
Syntax
public interface ICreateExtractRefreshTaskOptions
Properties
ContentId
Gets the extract refresh task's content ID.
Declaration
Guid ContentId { get; }
Property Value
Type | Description |
---|---|
Guid |
ContentType
Gets the extract refresh task's content type.
Declaration
ExtractRefreshContentType ContentType { get; }
Property Value
Type | Description |
---|---|
ExtractRefreshContentType |
Schedule
Gets the extract refresh task's schedule.
Declaration
ICloudSchedule Schedule { get; }
Property Value
Type | Description |
---|---|
ICloudSchedule |
Type
Gets the type of extract refresh. FullRefresh or IncrementalRefresh.
Declaration
string Type { get; }
Property Value
Type | Description |
---|---|
string |