Interface IDataSourceType
Interface for a data source REST response.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IDataSourceType : IRestIdentifiable, INamedContent, IWithProjectType, IWithOwnerType, IWithTagTypes
Properties
ContentUrl
Gets the content URL for the response.
Declaration
string? ContentUrl { get; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Gets the created timestamp for the response.
Declaration
string? CreatedAt { get; }
Property Value
Type | Description |
---|---|
string |
Description
Gets the description for the response.
Declaration
string? Description { get; }
Property Value
Type | Description |
---|---|
string |
EncryptExtracts
Gets the encrypted extracts flag for the response.
Declaration
bool EncryptExtracts { get; }
Property Value
Type | Description |
---|---|
bool |
HasExtracts
Gets whether or not the data source has extracts for the response.
Declaration
bool HasExtracts { get; }
Property Value
Type | Description |
---|---|
bool |
IsCertified
Gets whether or not the data source is certified for the response.
Declaration
bool IsCertified { get; }
Property Value
Type | Description |
---|---|
bool |
UpdatedAt
Gets the updated timestamp for the response.
Declaration
string? UpdatedAt { get; }
Property Value
Type | Description |
---|---|
string |
UseRemoteQueryAgent
Gets whether or not the data source uses a remote query agent for the response.
Declaration
bool UseRemoteQueryAgent { get; }
Property Value
Type | Description |
---|---|
bool |
WebpageUrl
Gets the data source webpage URL for the response.
Declaration
string? WebpageUrl { get; }
Property Value
Type | Description |
---|---|
string |