Interface IUpdateDataSourceResult
Interface to represent the response returned by the Update method in IDataSourcesApiClient.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IUpdateDataSourceResult
Properties
CertificationNote
Gets the certification note for the data source.
Declaration
string? CertificationNote { get; }
Property Value
Type | Description |
---|---|
string |
ContentUrl
Gets the content URL of the data source.
Declaration
string? ContentUrl { get; }
Property Value
Type | Description |
---|---|
string |
CreatedAtUtc
Gets the creation date/time of the data source.
Declaration
DateTime CreatedAtUtc { get; }
Property Value
Type | Description |
---|---|
DateTime |
EncryptExtracts
Gets the encrypt extracts flag for the data source.
Declaration
bool EncryptExtracts { get; }
Property Value
Type | Description |
---|---|
bool |
Id
Gets the unique identifier of the data source.
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |
IsCertified
Gets the certification status for the data source.
Declaration
bool IsCertified { get; }
Property Value
Type | Description |
---|---|
bool |
JobId
Gets the job id for the data source.
Declaration
Guid? JobId { get; }
Property Value
Type | Description |
---|---|
Guid? |
Name
Gets the name of the data source.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
OwnerId
Gets the owner id of the data source.
Declaration
Guid OwnerId { get; }
Property Value
Type | Description |
---|---|
Guid |
ProjectId
Gets the project id for the data source.
Declaration
Guid ProjectId { get; }
Property Value
Type | Description |
---|---|
Guid |
Type
Gets the type of the data source.
Declaration
string? Type { get; }
Property Value
Type | Description |
---|---|
string |
UpdatedAtUtc
Gets the update date/time of the data source.
Declaration
DateTime UpdatedAtUtc { get; }
Property Value
Type | Description |
---|---|
DateTime |