BigQuery Migration v2 API - Class GcsReportLogMessage (1.5.0)

public sealed class GcsReportLogMessage : IMessage<GcsReportLogMessage>, IEquatable<GcsReportLogMessage>, IDeepCloneable<GcsReportLogMessage>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Migration v2 API class GcsReportLogMessage.

A record in the aggregate CSV report for a migration workflow

Inheritance

object > GcsReportLogMessage

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

GcsReportLogMessage()

public GcsReportLogMessage()

GcsReportLogMessage(GcsReportLogMessage)

public GcsReportLogMessage(GcsReportLogMessage other)
Parameter
Name Description
other GcsReportLogMessage

Properties

Action

public string Action { get; set; }

Category of the error/warning. Example: SyntaxError

Property Value
Type Description
string

Category

public string Category { get; set; }

Category of the error/warning. Example: SyntaxError

Property Value
Type Description
string

Effect

public string Effect { get; set; }

Effect of the error/warning. Example: COMPATIBILITY

Property Value
Type Description
string

FilePath

public string FilePath { get; set; }

The file path in which the error occurred

Property Value
Type Description
string

Filename

public string Filename { get; set; }

The file name in which the error occurred

Property Value
Type Description
string

Message

public string Message { get; set; }

Detailed message of the record.

Property Value
Type Description
string

ObjectName

public string ObjectName { get; set; }

Name of the affected object in the log message.

Property Value
Type Description
string

ScriptContext

public string ScriptContext { get; set; }

The script context (obfuscated) in which the error occurred

Property Value
Type Description
string

Severity

public string Severity { get; set; }

Severity of the translation record.

Property Value
Type Description
string

SourceScriptColumn

public int SourceScriptColumn { get; set; }

Specifies the column from the source texts where the error occurred. (0 based, -1 for messages without column location) example: 6

Property Value
Type Description
int

SourceScriptLine

public int SourceScriptLine { get; set; }

Specifies the row from the source text where the error occurred (0 based, -1 for messages without line location). Example: 2

Property Value
Type Description
int