BigQuery Migration v2 API - Class ErrorLocation (1.2.0)

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.

Inheritance

object > ErrorLocation

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

ErrorLocation()

public ErrorLocation()

ErrorLocation(ErrorLocation)

public ErrorLocation(ErrorLocation other)
Parameter
NameDescription
otherErrorLocation

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
TypeDescription
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
TypeDescription
int