Class EntityIssue
Issue related to the entity.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class EntityIssue : IDirectResponseSchema
Properties
Code
Error/Warning code
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Ddl
The ddl which caused the issue, if relevant.
Declaration
[JsonProperty("ddl")]
public virtual string Ddl { 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 |
EntityType
The entity type (if the DDL is for a sub entity).
Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Unique Issue ID.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
Issue detailed message
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Position
The position of the issue found, if relevant.
Declaration
[JsonProperty("position")]
public virtual Position Position { get; set; }
Property Value
Type | Description |
---|---|
Position |
Severity
Severity of the issue
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of the issue.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |