USqlTableStatistics Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
USqlTableStatistics()
Initializes a new instance of the USqlTableStatistics class.
public USqlTableStatistics ();
Public Sub New ()
Applies to
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.
public USqlTableStatistics (string computeAccountName = default, Guid? version = default, string databaseName = default, string schemaName = default, string tableName = default, string name = default, string userStatName = default, string statDataPath = default, DateTimeOffset? createTime = default, DateTimeOffset? updateTime = default, bool? isUserCreated = default, bool? isAutoCreated = default, bool? hasFilter = default, string filterDefinition = default, System.Collections.Generic.IList<string> colNames = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics : string * Nullable<Guid> * string * string * string * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics
Public Sub New (Optional computeAccountName As String = Nothing, Optional version As Nullable(Of Guid) = Nothing, Optional databaseName As String = Nothing, Optional schemaName As String = Nothing, Optional tableName As String = Nothing, Optional name As String = Nothing, Optional userStatName As String = Nothing, Optional statDataPath As String = Nothing, Optional createTime As Nullable(Of DateTimeOffset) = Nothing, Optional updateTime As Nullable(Of DateTimeOffset) = Nothing, Optional isUserCreated As Nullable(Of Boolean) = Nothing, Optional isAutoCreated As Nullable(Of Boolean) = Nothing, Optional hasFilter As Nullable(Of Boolean) = Nothing, Optional filterDefinition As String = Nothing, Optional colNames As IList(Of String) = Nothing)
Parameters
- computeAccountName
- String
the name of the Data Lake Analytics account.
- databaseName
- String
the name of the database.
- schemaName
- String
the name of the schema associated with this table and database.
- tableName
- String
the name of the table.
- name
- String
the name of the table statistics.
- userStatName
- String
the name of the user statistics.
- statDataPath
- String
the path to the statistics data.
- createTime
- Nullable<DateTimeOffset>
the creation time of the statistics.
- updateTime
- Nullable<DateTimeOffset>
the last time the statistics were updated.
the switch indicating if these statistics are automatically created.
- filterDefinition
- String
the filter definition for the statistics.
Applies to
Azure SDK for .NET