WaitForBulkResults
Whether to wait for bulk results when using the asynchronous API. Only active when UseBulkAPI is true.
データ型
bool
デフォルト値
false
解説
This property determines whether the 本製品 will wait for bulk requests to report their status. By default this property is false and any INSERT, UPDATE or DELETE queries will complete as soon as they are submitted to UMSaaSCloud. When this property is true, the 本製品 will wait for INSERT, UPDATE and DETETE queries to finish.
When this property is false, data modification queries are faster, but less detailed status information will be available. The LastResultInfo#TEMP table lists the creates batches and not the status of individual rows. Information about individual rows is only availble if you execute the GetBatchResults stored procedure for each batch.
When this property is true, data modification queries are slower, but more status information is available. The LastResultInfo#TEMP table lists the ID of each updated row, its status and any associated error messages.