Class AzureSynapseAnalyticsSchema.WorkloadManagementWorkloadClassifierDetail
- Namespace
- LinqToDB.Tools.DataProvider.SqlServer.Schemas
- Assembly
- linq2db.Tools.dll
sys.workload_management_workload_classifier_details (Transact-SQL)
Applies to: √ Azure Synapse Analytics
Returns details for each classifier.
[Table(Schema = "sys", Name = "workload-management-workload-classifier-details", IsView = true)]
public class AzureSynapseAnalyticsSchema.WorkloadManagementWorkloadClassifierDetail
- Inheritance
-
AzureSynapseAnalyticsSchema.WorkloadManagementWorkloadClassifierDetail
- Extension Methods
Properties
ClassifierID
ID of the classifier. Is not nullable.
[Column("classifier_id")]
[NotNull]
public int ClassifierID { get; set; }
Property Value
ClassifierType
Joinable to sys.workload_management_workload_classifiers.
Range: membername
wlm_label
wlm_context
start_time
end_time
[Column("classifier_type")]
[NotNull]
public string ClassifierType { get; set; }
Property Value
ClassifierValue
The value of the classifier. Is not nullable.
[Column("classifier_value")]
[NotNull]
public string ClassifierValue { get; set; }