Interface IExtractRefreshTask<TSchedule>
Interface for an extract refresh task content item.
Inherited Members
Namespace: Tableau.Migration.Content.Schedules
Assembly: Tableau.Migration.dll
Syntax
public interface IExtractRefreshTask<TSchedule> : IWithSchedule<TSchedule>, IContentReference, IEquatable<IContentReference>, IRestIdentifiable where TSchedule : ISchedule
Type Parameters
| Name | Description |
|---|---|
| TSchedule |
Properties
Content
Gets the extract refresh task's content.
Declaration
IContentReference Content { get; set; }
Property Value
| Type | Description |
|---|---|
| IContentReference |
ContentType
Gets the extract refresh task's content type.
Declaration
ExtractRefreshContentType ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtractRefreshContentType |
Type
Gets the extract refresh type.
Declaration
string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |