USqlTableStatistics Class

Definition

A Data Lake Analytics catalog U-SQL table statistics item.

public class USqlTableStatistics : Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItem
type USqlTableStatistics = class
    inherit CatalogItem
Public Class USqlTableStatistics
Inherits CatalogItem
Inheritance
USqlTableStatistics

Constructors

USqlTableStatistics()

Initializes a new instance of the USqlTableStatistics class.

USqlTableStatistics(String, Nullable<Guid>, String, String, String, String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, IList<String>)

Initializes a new instance of the USqlTableStatistics class.

Properties

ColNames

Gets or sets the list of column names associated with these statistics.

ComputeAccountName

Gets or sets the name of the Data Lake Analytics account.

(Inherited from CatalogItem)
CreateTime

Gets or sets the creation time of the statistics.

DatabaseName

Gets or sets the name of the database.

FilterDefinition

Gets or sets the filter definition for the statistics.

HasFilter

Gets or sets the switch indicating if these statistics have a filter.

IsAutoCreated

Gets or sets the switch indicating if these statistics are automatically created.

IsUserCreated

Gets or sets the switch indicating if these statistics are user created.

Name

Gets or sets the name of the table statistics.

SchemaName

Gets or sets the name of the schema associated with this table and database.

StatDataPath

Gets or sets the path to the statistics data.

TableName

Gets or sets the name of the table.

UpdateTime

Gets or sets the last time the statistics were updated.

UserStatName

Gets or sets the name of the user statistics.

Version

Gets or sets the version of the catalog item.

(Inherited from CatalogItem)

Applies to