Class USqlView
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlView
A Data Lake Analytics catalog U-SQL view item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the database.Get the defined query of the view.name()
Get the name of the view.Get the name of the schema associated with this view and database.withDatabaseName
(String databaseName) Set the name of the database.withDefinition
(String definition) Set the defined query of the view.Set the name of the view.withSchemaName
(String schemaName) Set the name of the schema associated with this view and database.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CatalogItem
computeAccountName, version, withComputeAccountName, withVersion
-
Constructor Details
-
USqlView
public USqlView()
-
-
Method Details
-
databaseName
Get the name of the database.- Returns:
- the databaseName value
-
withDatabaseName
Set the name of the database.- Parameters:
databaseName
- the databaseName value to set- Returns:
- the USqlView object itself.
-
schemaName
Get the name of the schema associated with this view and database.- Returns:
- the schemaName value
-
withSchemaName
Set the name of the schema associated with this view and database.- Parameters:
schemaName
- the schemaName value to set- Returns:
- the USqlView object itself.
-
name
Get the name of the view.- Returns:
- the name value
-
withName
Set the name of the view.- Parameters:
name
- the name value to set- Returns:
- the USqlView object itself.
-
definition
Get the defined query of the view.- Returns:
- the definition value
-
withDefinition
Set the defined query of the view.- Parameters:
definition
- the definition value to set- Returns:
- the USqlView object itself.
-