Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.06 KB

QueryRunCreateRequest.md

File metadata and controls

18 lines (13 loc) · 1.06 KB

Zuora.Model.QueryRunCreateRequest

Properties

Name Type Description Notes
column_separator string The character used as delimiter to separate values in the output file. [optional]
content_encoding string If supplied, Zuora with compress the output file using the specified compression algorithm. [optional]
encryption_key string Base64-encoded public key of a 1024-bit RSA key-pair. If you set this field, Zuora will encrypt the query results using the provided public key. You must use the corresponding private key to decrypt the query results. [optional]
content_type string The type of the file returned.
sql string The SQL statement of the query.
read_deleted bool If set to `true`, any deleted records are included in the response. [optional]

[Back to Model list] [Back to API list] [Back to README]