Class SqlserverValidation
A presentation of SQLServer workload insight. The schema of SqlServer workloads validation related data.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class SqlserverValidation : IDirectResponseSchema
Properties
AgentVersion
Optional. The agent version collected this data point
Declaration
[JsonProperty("agentVersion")]
public virtual string AgentVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Instance
Required. The instance_name of the instance that the Insight data comes from. According to https://linter.aip.dev/122/name-suffix: field names should not use the _name suffix unless the field would be ambiguous without it.
Declaration
[JsonProperty("instance")]
public virtual string Instance { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Required. The project_id of the cloud project that the Insight data comes from.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidationDetails
Optional. A list of SqlServer validation metrics data.
Declaration
[JsonProperty("validationDetails")]
public virtual IList<SqlserverValidationValidationDetail> ValidationDetails { get; set; }
Property Value
Type | Description |
---|---|
IList<SqlserverValidationValidationDetail> |