Class TableDataInsertAllResponse.InsertErrorsData
An array of errors for rows that were not inserted.
Inheritance
object
TableDataInsertAllResponse.InsertErrorsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class TableDataInsertAllResponse.InsertErrorsData
Properties
Errors
Error information for the row indicated by the index property.
Declaration
[JsonProperty("errors")]
public virtual IList<ErrorProto> Errors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><ErrorProto> |
Index
The index of the row that error applies to.
Declaration
[JsonProperty("index")]
public virtual long? Index { get; set; }
Property Value
Type | Description |
---|---|
long? |