ZuoraService Parameter (Connect-Zuora Cmdlet)
Specifies which execution service or schema to use. You can find more details in the Establishing a Connection section.
Syntax
Connect-Zuora -ZuoraService string
Possible Values
DataQuery, AQuADataExportData Type
cstr
Default Value
"AQuADataExport"
Remarks
The available options are:
- DataQuery: Used for quick lightweight SQL queries to export data from your Zuora tenant.
- AQuADataExport: Used for extracting all records from all tables. AQuADataExport objects and fields correspond to the latest version of the Zuora WSDL.
This is a required parameter.