ModuleTableFilter |
Filter for tables to include in a module.
|
ResponseContainer |
Base class container for the generic data in a response.
Each response data has set of attributes defined by names.
Id - identifier of the response data
Type - set by subclass to identify content of the response.
|
ResponseContainerAssets |
Response container for list of GUIDs.
The container has following attributes:
assets - list of affected asset GUIDs (created, modified, or deleted).
The type of the container is 'assets'.
|
ResponseContainerDatabase |
Response container for database.
The container has following attributes:
name - database name.
guid - unique identifier to access database metdata.
type - of the database, vendor.
version - database version.
The type of the container is 'database'.
|
ResponseContainerDatabaseSchema |
Response container for Analytics Modeling schema representation.
The container has following attributes:
catalog - name of the schema catalog.
schema - name of the schema.
schemaType - this can be 'user' or 'system'.
|
ResponseContainerModule |
Response container for Analytics Modeling module representation.
The container has following attributes:
physicalDefinition - Analytics Modeling module representation.
The type of the container is 'module'.
|
ResponseContainerSchemaTables |
Response container for list of table names available in the schema.
The container has following attributes:
tables - list of table names available in the schema.
The type of the container is 'tables'.
|