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

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

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

Dataset insert response.

Inheritance

object > DatasetInsertResponse

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

DatasetInsertResponse()

public DatasetInsertResponse()

DatasetInsertResponse(DatasetInsertResponse)

public DatasetInsertResponse(DatasetInsertResponse other)
Parameter
NameDescription
otherDatasetInsertResponse

Properties

Resource

public Dataset Resource { get; set; }

Final state of the inserted dataset.

Property Value
TypeDescription
Dataset