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

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

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

Job query response.

Inheritance

object > JobQueryResponse

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

JobQueryResponse()

public JobQueryResponse()

JobQueryResponse(JobQueryResponse)

public JobQueryResponse(JobQueryResponse other)
Parameter
NameDescription
otherJobQueryResponse

Properties

Job

public Job Job { get; set; }

Information about the queried job.

Property Value
TypeDescription
Job

TotalResults

public ulong TotalResults { get; set; }

The total number of rows in the full query result set.

Property Value
TypeDescription
ulong