USqlTableStatistics Class
- java.
lang. Object - CatalogItem
- com.
microsoft. azure. management. datalake. analytics. models. USqlTableStatistics
- com.
public class USqlTableStatistics extends CatalogItem
A Data Lake Analytics catalog U-SQL table statistics item.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
colNames()
Get the colNames value. |
DateTime |
createTime()
Get the createTime value. |
String |
databaseName()
Get the databaseName value. |
String |
filterDefinition()
Get the filterDefinition value. |
Boolean |
hasFilter()
Get the hasFilter value. |
Boolean |
isAutoCreated()
Get the isAutoCreated value. |
Boolean |
isUserCreated()
Get the isUserCreated value. |
String |
name()
Get the name value. |
String |
schemaName()
Get the schemaName value. |
String |
statDataPath()
Get the statDataPath value. |
String |
tableName()
Get the tableName value. |
DateTime |
updateTime()
Get the updateTime value. |
String |
userStatName()
Get the userStatName value. |
USql |
withColNames(List<String> colNames)
Set the colNames value. |
USql |
withCreateTime(DateTime createTime)
Set the createTime value. |
USql |
withDatabaseName(String databaseName)
Set the databaseName value. |
USql |
withFilterDefinition(String filterDefinition)
Set the filterDefinition value. |
USql |
withHasFilter(Boolean hasFilter)
Set the hasFilter value. |
USql |
withIsAutoCreated(Boolean isAutoCreated)
Set the isAutoCreated value. |
USql |
withIsUserCreated(Boolean isUserCreated)
Set the isUserCreated value. |
USql |
withName(String name)
Set the name value. |
USql |
withSchemaName(String schemaName)
Set the schemaName value. |
USql |
withStatDataPath(String statDataPath)
Set the statDataPath value. |
USql |
withTableName(String tableName)
Set the tableName value. |
USql |
withUpdateTime(DateTime updateTime)
Set the updateTime value. |
USql |
withUserStatName(String userStatName)
Set the userStatName value. |
Inherited Members
Method Details
colNames
public List
Get the colNames value.
Returns:
createTime
public DateTime createTime()
Get the createTime value.
Returns:
databaseName
public String databaseName()
Get the databaseName value.
Returns:
filterDefinition
public String filterDefinition()
Get the filterDefinition value.
Returns:
hasFilter
public Boolean hasFilter()
Get the hasFilter value.
Returns:
isAutoCreated
public Boolean isAutoCreated()
Get the isAutoCreated value.
Returns:
isUserCreated
public Boolean isUserCreated()
Get the isUserCreated value.
Returns:
name
public String name()
Get the name value.
Returns:
schemaName
public String schemaName()
Get the schemaName value.
Returns:
statDataPath
public String statDataPath()
Get the statDataPath value.
Returns:
tableName
public String tableName()
Get the tableName value.
Returns:
updateTime
public DateTime updateTime()
Get the updateTime value.
Returns:
userStatName
public String userStatName()
Get the userStatName value.
Returns:
withColNames
public USqlTableStatistics withColNames(List
Set the colNames value.
Parameters:
Returns:
withCreateTime
public USqlTableStatistics withCreateTime(DateTime createTime)
Set the createTime value.
Parameters:
Returns:
withDatabaseName
public USqlTableStatistics withDatabaseName(String databaseName)
Set the databaseName value.
Parameters:
Returns:
withFilterDefinition
public USqlTableStatistics withFilterDefinition(String filterDefinition)
Set the filterDefinition value.
Parameters:
Returns:
withHasFilter
public USqlTableStatistics withHasFilter(Boolean hasFilter)
Set the hasFilter value.
Parameters:
Returns:
withIsAutoCreated
public USqlTableStatistics withIsAutoCreated(Boolean isAutoCreated)
Set the isAutoCreated value.
Parameters:
Returns:
withIsUserCreated
public USqlTableStatistics withIsUserCreated(Boolean isUserCreated)
Set the isUserCreated value.
Parameters:
Returns:
withName
public USqlTableStatistics withName(String name)
Set the name value.
Parameters:
Returns:
withSchemaName
public USqlTableStatistics withSchemaName(String schemaName)
Set the schemaName value.
Parameters:
Returns:
withStatDataPath
public USqlTableStatistics withStatDataPath(String statDataPath)
Set the statDataPath value.
Parameters:
Returns:
withTableName
public USqlTableStatistics withTableName(String tableName)
Set the tableName value.
Parameters:
Returns:
withUpdateTime
public USqlTableStatistics withUpdateTime(DateTime updateTime)
Set the updateTime value.
Parameters:
Returns:
withUserStatName
public USqlTableStatistics withUserStatName(String userStatName)
Set the userStatName value.
Parameters:
Returns:
Applies to
Azure SDK for Java