class |
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'.
|
class |
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'.
|
class |
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'.
|
class |
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'.
|
class |
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'.
|