You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This updates the entity with the given properties. Only those properties which should be updated can be provided. The 'id' and 'version' are required to identify the entity.
348
+
323
349
# @param entity The account object with all the properties which should be updated. The id and the version are required properties.
324
350
# @param [Hash] opts the optional parameters
325
351
# @return [Array<(Account, Fixnum, Hash)>] Account data, response status code and response headers
# Fetches one batch of the result of a query execution.
105
+
100
106
# @param id The ID of the query execution for which to fetch the result.
101
107
# @param [Hash] opts the optional parameters
102
108
# @option opts [Integer] :timeout The maximal time in seconds to wait for the result if it is not yet available. Use 0 (the default) to return immediately without waiting.
# Generate a URL from which the results of a query execution can be downloaded in CSV format.
175
+
165
176
# @param id The ID of the query execution for which to generate the download URL.
166
177
# @param [Hash] opts the optional parameters
167
178
# @option opts [Integer] :timeout The maximal time in seconds to wait for the result if it is not yet available. Use 0 (the default) to return immediately without waiting.
0 commit comments