content Detail
Parameters
The OSS file content details. Note: the value of this parameter should be updated based on the value of the contentType parameter. If the contentType value is JSON, the parameters of the contentDetail value are as follows: If the tag is allowed to be posted, the value of the parameter enableTag is true. Example:{"enableTag": true} You are not allowed to post tags. The value of the parameter enableTag is false. Example:{"enableTag": false} If the contentType value is csv, the parameters of the contentDetail value are as follows: The parameter columns is the key of the log in the source logstore. The delimiter parameter, which can be ",","|","", or "\t". The header parameter determines whether the OSS file retains the header. The optional value is true or false. The lineFeed parameter. Optional values are "\t", "\n", or "". The invalid field content parameter is null to specify the delivery content when the field name does not exist. The escape character parameter "quote". Optional values are "" "," '", or" ". Example:{"null": "-", "header": false, "lineFeed": "\n", "quote": "", "delimiter": ",", "columns": "a", "B", "c", "d"} When the contentType value is parquet, the parameters of the contentDetail value are as follows: The columns parameter is the key of the log in the source Logstore and must carry the data type of the key, for example:{"columns": {"name": "a", "type": "string"}, {"name": "B", "type": "string"}, {"name": "c", "type": "string": "string"}} When the contentType value is set to orc, the parameters of the contentDetail value are as follows: The columns parameter is the key of the log in the source Logstore and must carry the data type of the key, for example:{"columns": {"name": "a", "type": "string"}, {"name": "B", "type": "string"}, {"name": "c", "type": "string": "string"}}