USqlAssemblyClr Class
- java.
lang. Object - CatalogItem
- com.
microsoft. azure. management. datalake. analytics. models. USqlAssemblyClr
- com.
public class USqlAssemblyClr extends CatalogItem
A Data Lake Analytics catalog U-SQL assembly CLR item.
Modifier and Type | Method and Description |
---|---|
String |
clr Get the clrName value. |
String |
database Get the databaseName value. |
String |
name()
Get the name value. |
USql |
with Set the clrName value. |
USql |
with Set the databaseName value. |
USql |
with Set the name value. |
CatalogItem.computeAccountName()
CatalogItem.version()
CatalogItem.withComputeAccountName(String computeAccountName)
CatalogItem.withVersion(UUID version)
clrName
public String clrName()
Get the clrName value.
Returns:
the clrName value
databaseName
public String databaseName()
Get the databaseName value.
Returns:
the databaseName value
name
public String name()
Get the name value.
Returns:
the name value
withClrName
public USqlAssemblyClr withClrName(String clrName)
Set the clrName value.
Parameters:
clrName
- the clrName value to set
Returns:
the USqlAssemblyClr object itself.
withDatabaseName
public USqlAssemblyClr withDatabaseName(String databaseName)
Set the databaseName value.
Parameters:
databaseName
- the databaseName value to set
Returns:
the USqlAssemblyClr object itself.
withName
public USqlAssemblyClr withName(String name)
Set the name value.
Parameters:
name
- the name value to set
Returns:
the USqlAssemblyClr object itself.