BigQuery Audit Data Logging v1 API - Class TableInsertResponse (1.3.0)

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

Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class TableInsertResponse.

Table insert response.

Inheritance

object > TableInsertResponse

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

TableInsertResponse()

public TableInsertResponse()

TableInsertResponse(TableInsertResponse)

public TableInsertResponse(TableInsertResponse other)
Parameter
NameDescription
otherTableInsertResponse

Properties

Resource

public Table Resource { get; set; }

Final state of the inserted table.

Property Value
TypeDescription
Table