Interface IDataSource
Interface for a data source content item.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface IDataSource : IPublishedContent, IDescriptionContent, IExtractContent, IWithTags, IContainerContent, IMappableContainerContent, IPermissionsContent, IRequiresOwnerUpdate, IWithOwner, IContentReference, IEquatable<IContentReference>, IRestIdentifiable, IWithConnections, IRequiresLabelUpdate, IWithLabels
Properties
HasExtracts
Gets whether or not the data source has extracts.
Declaration
bool HasExtracts { get; }
Property Value
Type | Description |
---|---|
bool |
IsCertified
Gets the IsCertified flag for the data source. Should be updated through a post-publish hook.
Declaration
bool IsCertified { get; }
Property Value
Type | Description |
---|---|
bool |
UseRemoteQueryAgent
Gets or sets the UseRemoteQueryAgent flag for the data source.
Declaration
bool UseRemoteQueryAgent { get; set; }
Property Value
Type | Description |
---|---|
bool |