QueryTimeout Parameter (Connect-GoogleCM Cmdlet)
The timeout in minutes for which the provider will wait for a asycnchronous report response. The default value is 60 minutes.
Syntax
Connect-GoogleCM -QueryTimeout string
Data Type
cstr
Default Value
"60"
Remarks
The timeout in minutes for which the cmdlet will wait for a asycnchronous report response. The default value is 60 minutes. For long running reports, the cmdlet starts an asycnchronous job in DoubleClick Campaign Manager when running a SELECT query. It then waits for the response to be ready by periodically polling the server to check status. This property controls the total time the cmdlet will wait for a response.
Note that this property is very different from Timeout. The Timeout is an inactivity timeout that controls the time to wait for any response. This property controls the total length of time to wait for a bulk query to execute. ;