Interface IMigrationApiEndpoint
Interface for an object that represents a location to move Tableau data to or from.
Inherited Members
Namespace: Tableau.Migration.Engine.Endpoints
Assembly: Tableau.Migration.dll
Syntax
public interface IMigrationApiEndpoint : IMigrationEndpoint, IAsyncDisposable
Properties
SiteApi
Gets the site-level API client.
Declaration
ISitesApiClient SiteApi { get; }
Property Value
| Type | Description |
|---|---|
| ISitesApiClient |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | If the endpoint has not been initialized or site sign in failed. |