Class UpdateDataSourceRequest.DataSourceType
The data source type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class UpdateDataSourceRequest.DataSourceType
Constructors
DataSourceType()
Default parameterless constructor.
Declaration
public DataSourceType()
DataSourceType(bool?, bool?)
Creates a new UpdateDataSourceRequest.DataSourceType instance.
Declaration
public DataSourceType(bool? isCertified, bool? encryptExtracts)
Parameters
Type | Name | Description |
---|---|---|
bool? | isCertified | (Optional) A Boolean value that indicates whether the data source is certified. |
bool? | encryptExtracts | (Optional) true to encrypt the extracts or false to not encrypt extracts. |
Properties
CertificationNote
Gets or sets the certification note for the request.
Declaration
public string? CertificationNote { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptExtracts
Gets the encrypt extracts flag for the request.
Declaration
public bool EncryptExtracts { get; set; }
Property Value
Type | Description |
---|---|
bool |
EncryptExtractsSpecified
Defines the serialization for the property EncryptExtracts.
Declaration
public bool EncryptExtractsSpecified { get; }
Property Value
Type | Description |
---|---|
bool |
IsCertified
Gets the certification status for the request.
Declaration
public bool IsCertified { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsCertifiedSpecified
Defines the serialization for the property IsCertified.
Declaration
public bool IsCertifiedSpecified { get; }
Property Value
Type | Description |
---|---|
bool |
Name
Gets or sets the name for the request.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Owner
Gets or sets the owner for the request.
Declaration
public UpdateDataSourceRequest.DataSourceType.OwnerType? Owner { get; set; }
Property Value
Type | Description |
---|---|
UpdateDataSourceRequest.DataSourceType.OwnerType |
Project
Gets or sets the project for the request.
Declaration
public UpdateDataSourceRequest.DataSourceType.ProjectType? Project { get; set; }
Property Value
Type | Description |
---|---|
UpdateDataSourceRequest.DataSourceType.ProjectType |