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.
Implements
IMessageJobQueryResponse, IEquatableJobQueryResponse, IDeepCloneableJobQueryResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Logging.V1Assembly
Google.Cloud.BigQuery.Logging.V1.dll
Constructors
JobQueryResponse()
public JobQueryResponse()
JobQueryResponse(JobQueryResponse)
public JobQueryResponse(JobQueryResponse other)
Parameter | |
---|---|
Name | Description |
other | JobQueryResponse |
Properties
Job
public Job Job { get; set; }
Information about the queried job.
Property Value | |
---|---|
Type | Description |
Job |
TotalResults
public ulong TotalResults { get; set; }
The total number of rows in the full query result set.
Property Value | |
---|---|
Type | Description |
ulong |