public sealed class ErrorLocation : IMessage<ErrorLocation>, IEquatable<ErrorLocation>, IDeepCloneable<ErrorLocation>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class ErrorLocation.
Holds information about where the error is located.
Implements
IMessageErrorLocation, IEquatableErrorLocation, IDeepCloneableErrorLocation, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
ErrorLocation()
public ErrorLocation()
ErrorLocation(ErrorLocation)
public ErrorLocation(ErrorLocation other)
Parameter | |
---|---|
Name | Description |
other |
ErrorLocation |
Properties
Column
public int Column { get; set; }
Optional. If applicable, denotes the column where the error occurred. A zero value means that there is no columns information.
Property Value | |
---|---|
Type | Description |
int |
Line
public int Line { get; set; }
Optional. If applicable, denotes the line where the error occurred. A zero value means that there is no line information.
Property Value | |
---|---|
Type | Description |
int |