USqlTableStatistics Class

  • java.lang.Object
    • CatalogItem
      • com.microsoft.azure.management.datalake.analytics.models.USqlTableStatistics

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.

USqlTableStatistics withColNames(List<String> colNames)

Set the colNames value.

USqlTableStatistics withCreateTime(DateTime createTime)

Set the createTime value.

USqlTableStatistics withDatabaseName(String databaseName)

Set the databaseName value.

USqlTableStatistics withFilterDefinition(String filterDefinition)

Set the filterDefinition value.

USqlTableStatistics withHasFilter(Boolean hasFilter)

Set the hasFilter value.

USqlTableStatistics withIsAutoCreated(Boolean isAutoCreated)

Set the isAutoCreated value.

USqlTableStatistics withIsUserCreated(Boolean isUserCreated)

Set the isUserCreated value.

USqlTableStatistics withName(String name)

Set the name value.

USqlTableStatistics withSchemaName(String schemaName)

Set the schemaName value.

USqlTableStatistics withStatDataPath(String statDataPath)

Set the statDataPath value.

USqlTableStatistics withTableName(String tableName)

Set the tableName value.

USqlTableStatistics withUpdateTime(DateTime updateTime)

Set the updateTime value.

USqlTableStatistics withUserStatName(String userStatName)

Set the userStatName value.

Inherited Members

Method Details

colNames

public List colNames()

Get the colNames value.

Returns:

the colNames value

createTime

public DateTime createTime()

Get the createTime value.

Returns:

the createTime value

databaseName

public String databaseName()

Get the databaseName value.

Returns:

the databaseName value

filterDefinition

public String filterDefinition()

Get the filterDefinition value.

Returns:

the filterDefinition value

hasFilter

public Boolean hasFilter()

Get the hasFilter value.

Returns:

the hasFilter value

isAutoCreated

public Boolean isAutoCreated()

Get the isAutoCreated value.

Returns:

the isAutoCreated value

isUserCreated

public Boolean isUserCreated()

Get the isUserCreated value.

Returns:

the isUserCreated value

name

public String name()

Get the name value.

Returns:

the name value

schemaName

public String schemaName()

Get the schemaName value.

Returns:

the schemaName value

statDataPath

public String statDataPath()

Get the statDataPath value.

Returns:

the statDataPath value

tableName

public String tableName()

Get the tableName value.

Returns:

the tableName value

updateTime

public DateTime updateTime()

Get the updateTime value.

Returns:

the updateTime value

userStatName

public String userStatName()

Get the userStatName value.

Returns:

the userStatName value

withColNames

public USqlTableStatistics withColNames(List colNames)

Set the colNames value.

Parameters:

colNames - the colNames value to set

Returns:

the USqlTableStatistics object itself.

withCreateTime

public USqlTableStatistics withCreateTime(DateTime createTime)

Set the createTime value.

Parameters:

createTime - the createTime value to set

Returns:

the USqlTableStatistics object itself.

withDatabaseName

public USqlTableStatistics withDatabaseName(String databaseName)

Set the databaseName value.

Parameters:

databaseName - the databaseName value to set

Returns:

the USqlTableStatistics object itself.

withFilterDefinition

public USqlTableStatistics withFilterDefinition(String filterDefinition)

Set the filterDefinition value.

Parameters:

filterDefinition - the filterDefinition value to set

Returns:

the USqlTableStatistics object itself.

withHasFilter

public USqlTableStatistics withHasFilter(Boolean hasFilter)

Set the hasFilter value.

Parameters:

hasFilter - the hasFilter value to set

Returns:

the USqlTableStatistics object itself.

withIsAutoCreated

public USqlTableStatistics withIsAutoCreated(Boolean isAutoCreated)

Set the isAutoCreated value.

Parameters:

isAutoCreated - the isAutoCreated value to set

Returns:

the USqlTableStatistics object itself.

withIsUserCreated

public USqlTableStatistics withIsUserCreated(Boolean isUserCreated)

Set the isUserCreated value.

Parameters:

isUserCreated - the isUserCreated value to set

Returns:

the USqlTableStatistics object itself.

withName

public USqlTableStatistics withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the USqlTableStatistics object itself.

withSchemaName

public USqlTableStatistics withSchemaName(String schemaName)

Set the schemaName value.

Parameters:

schemaName - the schemaName value to set

Returns:

the USqlTableStatistics object itself.

withStatDataPath

public USqlTableStatistics withStatDataPath(String statDataPath)

Set the statDataPath value.

Parameters:

statDataPath - the statDataPath value to set

Returns:

the USqlTableStatistics object itself.

withTableName

public USqlTableStatistics withTableName(String tableName)

Set the tableName value.

Parameters:

tableName - the tableName value to set

Returns:

the USqlTableStatistics object itself.

withUpdateTime

public USqlTableStatistics withUpdateTime(DateTime updateTime)

Set the updateTime value.

Parameters:

updateTime - the updateTime value to set

Returns:

the USqlTableStatistics object itself.

withUserStatName

public USqlTableStatistics withUserStatName(String userStatName)

Set the userStatName value.

Parameters:

userStatName - the userStatName value to set

Returns:

the USqlTableStatistics object itself.

Applies to