Interface IExtractRefreshType
Interface for an extract refresh response type.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public interface IExtractRefreshType : IRestIdentifiable, IWithWorkbookReferenceType, IWithDataSourceReferenceType
Properties
ConsecutiveFailedCount
Gets or sets the consecutive failed count for the response.
Declaration
int ConsecutiveFailedCount { get; set; }
Property Value
Type | Description |
---|---|
int |
Priority
Gets or sets the priority for the response.
Declaration
int Priority { get; set; }
Property Value
Type | Description |
---|---|
int |
Type
Gets or sets the type for the response.
Declaration
string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |