class Google::Apis::BigqueryV2::JobStatistics4
Attributes
destination_uri_file_counts[RW]
- Output-only
-
Number of files per destination URI or URI pattern specified in
the extract configuration. These values will be in the same order as the URIs specified in the 'destinationUris' field. Corresponds to the JSON property `destinationUriFileCounts` @return [Array<Fixnum>]
input_bytes[RW]
- Output-only
-
Number of user bytes extracted into the result. This is the byte
count as computed by BigQuery for billing purposes. Corresponds to the JSON property `inputBytes` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 4323 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigquery_v2/classes.rb, line 4328 def update!(**args) @destination_uri_file_counts = args[:destination_uri_file_counts] if args.key?(:destination_uri_file_counts) @input_bytes = args[:input_bytes] if args.key?(:input_bytes) end