Class USqlTableStatistics
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlTableStatistics
A Data Lake Analytics catalog U-SQL table statistics item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncolNames()
Get the list of column names associated with these statistics.org.joda.time.DateTime
Get the creation time of the statistics.Get the name of the database.Get the filter definition for the statistics.Get the switch indicating if these statistics have a filter.Get the switch indicating if these statistics are automatically created.Get the switch indicating if these statistics are user created.name()
Get the name of the table statistics.Get the name of the schema associated with this table and database.Get the path to the statistics data.Get the name of the table.org.joda.time.DateTime
Get the last time the statistics were updated.Get the name of the user statistics.withColNames
(List<String> colNames) Set the list of column names associated with these statistics.withCreateTime
(org.joda.time.DateTime createTime) Set the creation time of the statistics.withDatabaseName
(String databaseName) Set the name of the database.withFilterDefinition
(String filterDefinition) Set the filter definition for the statistics.withHasFilter
(Boolean hasFilter) Set the switch indicating if these statistics have a filter.withIsAutoCreated
(Boolean isAutoCreated) Set the switch indicating if these statistics are automatically created.withIsUserCreated
(Boolean isUserCreated) Set the switch indicating if these statistics are user created.Set the name of the table statistics.withSchemaName
(String schemaName) Set the name of the schema associated with this table and database.withStatDataPath
(String statDataPath) Set the path to the statistics data.withTableName
(String tableName) Set the name of the table.withUpdateTime
(org.joda.time.DateTime updateTime) Set the last time the statistics were updated.withUserStatName
(String userStatName) Set the name of the user statistics.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CatalogItem
computeAccountName, version, withComputeAccountName, withVersion
-
Constructor Details
-
USqlTableStatistics
public USqlTableStatistics()
-
-
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 USqlTableStatistics object itself.
-
schemaName
Get the name of the schema associated with this table and database.- Returns:
- the schemaName value
-
withSchemaName
Set the name of the schema associated with this table and database.- Parameters:
schemaName
- the schemaName value to set- Returns:
- the USqlTableStatistics object itself.
-
tableName
Get the name of the table.- Returns:
- the tableName value
-
withTableName
Set the name of the table.- Parameters:
tableName
- the tableName value to set- Returns:
- the USqlTableStatistics object itself.
-
name
Get the name of the table statistics.- Returns:
- the name value
-
withName
Set the name of the table statistics.- Parameters:
name
- the name value to set- Returns:
- the USqlTableStatistics object itself.
-
userStatName
Get the name of the user statistics.- Returns:
- the userStatName value
-
withUserStatName
Set the name of the user statistics.- Parameters:
userStatName
- the userStatName value to set- Returns:
- the USqlTableStatistics object itself.
-
statDataPath
Get the path to the statistics data.- Returns:
- the statDataPath value
-
withStatDataPath
Set the path to the statistics data.- Parameters:
statDataPath
- the statDataPath value to set- Returns:
- the USqlTableStatistics object itself.
-
createTime
public org.joda.time.DateTime createTime()Get the creation time of the statistics.- Returns:
- the createTime value
-
withCreateTime
Set the creation time of the statistics.- Parameters:
createTime
- the createTime value to set- Returns:
- the USqlTableStatistics object itself.
-
updateTime
public org.joda.time.DateTime updateTime()Get the last time the statistics were updated.- Returns:
- the updateTime value
-
withUpdateTime
Set the last time the statistics were updated.- Parameters:
updateTime
- the updateTime value to set- Returns:
- the USqlTableStatistics object itself.
-
isUserCreated
Get the switch indicating if these statistics are user created.- Returns:
- the isUserCreated value
-
withIsUserCreated
Set the switch indicating if these statistics are user created.- Parameters:
isUserCreated
- the isUserCreated value to set- Returns:
- the USqlTableStatistics object itself.
-
isAutoCreated
Get the switch indicating if these statistics are automatically created.- Returns:
- the isAutoCreated value
-
withIsAutoCreated
Set the switch indicating if these statistics are automatically created.- Parameters:
isAutoCreated
- the isAutoCreated value to set- Returns:
- the USqlTableStatistics object itself.
-
hasFilter
Get the switch indicating if these statistics have a filter.- Returns:
- the hasFilter value
-
withHasFilter
Set the switch indicating if these statistics have a filter.- Parameters:
hasFilter
- the hasFilter value to set- Returns:
- the USqlTableStatistics object itself.
-
filterDefinition
Get the filter definition for the statistics.- Returns:
- the filterDefinition value
-
withFilterDefinition
Set the filter definition for the statistics.- Parameters:
filterDefinition
- the filterDefinition value to set- Returns:
- the USqlTableStatistics object itself.
-
colNames
Get the list of column names associated with these statistics.- Returns:
- the colNames value
-
withColNames
Set the list of column names associated with these statistics.- Parameters:
colNames
- the colNames value to set- Returns:
- the USqlTableStatistics object itself.
-