Interface IImportJob
Interface for an API client import job model.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IImportJob
Properties
CreatedAtUtc
Gets the job's created timestamp.
Declaration
DateTime CreatedAtUtc { get; }
Property Value
Type | Description |
---|---|
DateTime |
Id
Gets the job's unique identifier.
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |
ProgressPercentage
Gets the job's progress percentage.
Declaration
int ProgressPercentage { get; }
Property Value
Type | Description |
---|---|
int |
Type
Gets the job's type.
Declaration
string Type { get; }
Property Value
Type | Description |
---|---|
string |