USqlView Class
- java.
lang. Object - CatalogItem
- com.
microsoft. azure. management. datalake. analytics. models. USqlView
- com.
public class USqlView extends CatalogItem
A Data Lake Analytics catalog U-SQL view item.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
databaseName()
Get the databaseName value. |
String |
definition()
Get the definition value. |
String |
name()
Get the name value. |
String |
schemaName()
Get the schemaName value. |
USql |
withDatabaseName(String databaseName)
Set the databaseName value. |
USql |
withDefinition(String definition)
Set the definition value. |
USql |
withName(String name)
Set the name value. |
USql |
withSchemaName(String schemaName)
Set the schemaName value. |
Inherited Members
Method Details
databaseName
public String databaseName()
Get the databaseName value.
Returns:
definition
public String definition()
Get the definition value.
Returns:
name
public String name()
Get the name value.
Returns:
schemaName
public String schemaName()
Get the schemaName value.
Returns:
withDatabaseName
public USqlView withDatabaseName(String databaseName)
Set the databaseName value.
Parameters:
Returns:
withDefinition
public USqlView withDefinition(String definition)
Set the definition value.
Parameters:
Returns:
withName
public USqlView withName(String name)
Set the name value.
Parameters:
Returns:
withSchemaName
public USqlView withSchemaName(String schemaName)
Set the schemaName value.
Parameters:
Returns:
Applies to
Azure SDK for Java