public sealed class TranslationReportRecord : IMessage<TranslationReportRecord>, IEquatable<TranslationReportRecord>, IDeepCloneable<TranslationReportRecord>, IBufferMessage, IMessageReference documentation and code samples for the BigQuery Migration v2 API class TranslationReportRecord.
Details about a record.
Implements
IMessageTranslationReportRecord, IEquatableTranslationReportRecord, IDeepCloneableTranslationReportRecord, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
TranslationReportRecord()
public TranslationReportRecord()TranslationReportRecord(TranslationReportRecord)
public TranslationReportRecord(TranslationReportRecord other)| Parameter | |
|---|---|
| Name | Description |
other |
TranslationReportRecord |
Properties
Category
public string Category { get; set; }Category of the error/warning. Example: SyntaxError
| Property Value | |
|---|---|
| Type | Description |
string |
|
Message
public string Message { get; set; }Detailed message of the record.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ScriptColumn
public int ScriptColumn { get; set; }Specifies the column from the source texts where the error occurred. (0 based) example: 6
| Property Value | |
|---|---|
| Type | Description |
int |
|
ScriptLine
public int ScriptLine { get; set; }Specifies the row from the source text where the error occurred (0 based). Example: 2
| Property Value | |
|---|---|
| Type | Description |
int |
|
Severity
public TranslationReportRecord.Types.Severity Severity { get; set; }Severity of the translation record.
| Property Value | |
|---|---|
| Type | Description |
TranslationReportRecordTypesSeverity |
|