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

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

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

Job getQueryResults response.

Inheritance

object > JobGetQueryResultsResponse

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

JobGetQueryResultsResponse()

public JobGetQueryResultsResponse()

JobGetQueryResultsResponse(JobGetQueryResultsResponse)

public JobGetQueryResultsResponse(JobGetQueryResultsResponse other)
Parameter
NameDescription
otherJobGetQueryResultsResponse

Properties

Job

public Job Job { get; set; }

The job that was created to run the query. It completed if job.status.state is DONE. It failed if job.status.errorResult is also present.

Property Value
TypeDescription
Job

TotalResults

public ulong TotalResults { get; set; }

Total number of results in query results.

Property Value
TypeDescription
ulong