Class DataSourceResponse.DataSourceType
Class representing a data source on the response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class DataSourceResponse.DataSourceType : IDataSourceDetailsType, IDataSourceType, IRestIdentifiable, INamedContent, IWithProjectType, IWithOwnerType, IWithTagTypes
Constructors
DataSourceType()
Creates a new DataSourceResponse.DataSourceType object.
Declaration
public DataSourceType()
Properties
CertificationNote
Gets or sets the certification note for the response.
Declaration
public string? CertificationNote { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentUrl
Gets or sets the content URL for the response.
Declaration
public string? ContentUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Gets or sets the created timestamp for the response.
Declaration
public string? CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Gets or sets the description for the response.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptExtracts
Gets or sets the encrypted extracts flag for the response.
Declaration
public bool EncryptExtracts { get; set; }
Property Value
Type | Description |
---|---|
bool |
HasExtracts
Gets or sets whether or not the data source has extracts for the response.
Declaration
public bool HasExtracts { get; set; }
Property Value
Type | Description |
---|---|
bool |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
IsCertified
Gets or sets whether or not the data source is certified for the response.
Declaration
public bool IsCertified { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Owner
Gets or sets the data source owner for the response.
Declaration
public DataSourceResponse.DataSourceType.OwnerType? Owner { get; set; }
Property Value
Type | Description |
---|---|
DataSourceResponse.DataSourceType.OwnerType |
Project
Gets or sets the data source project for the response.
Declaration
public DataSourceResponse.DataSourceType.ProjectType? Project { get; set; }
Property Value
Type | Description |
---|---|
DataSourceResponse.DataSourceType.ProjectType |
Tags
Gets or sets the data source tags for the response.
Declaration
public DataSourceResponse.DataSourceType.TagType[] Tags { get; set; }
Property Value
Type | Description |
---|---|
TagType[] |
UpdatedAt
Gets or sets the updated timestamp for the response.
Declaration
public string? UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
UseRemoteQueryAgent
Gets or sets whether or not the data source uses a remote query agent for the response.
Declaration
public bool UseRemoteQueryAgent { get; set; }
Property Value
Type | Description |
---|---|
bool |
WebpageUrl
Gets or sets the data source webpage URL for the response.
Declaration
public string? WebpageUrl { get; set; }
Property Value
Type | Description |
---|---|
string |