| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.model |
| 限定符和类型 | 方法和说明 |
|---|---|
OutputSerialization |
OutputSerialization.clone() |
OutputSerialization |
SelectParameters.getOutputSerialization() |
OutputSerialization |
SelectObjectContentRequest.getOutputSerialization()
Describes the format of the data that you want COS to return in response.
|
OutputSerialization |
OutputSerialization.withCsv(CSVOutput csvOutput)
Sets the serialization of CSV-encoded Select results.
|
OutputSerialization |
OutputSerialization.withJson(JSONOutput json)
Specifies JSON as request's output serialization format.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SelectParameters.setOutputSerialization(OutputSerialization outputSerialization)
Sets how the results of the Select job are serialized.
|
void |
SelectObjectContentRequest.setOutputSerialization(OutputSerialization outputSerialization)
Describes the format of the data that you want COS to return in response.
|
SelectParameters |
SelectParameters.withOutputSerialization(OutputSerialization outputSerialization)
Sets the outputSerialization
|
SelectObjectContentRequest |
SelectObjectContentRequest.withOutputSerialization(OutputSerialization outputSerialization)
Describes the format of the data that you want COS to return in response.
|
Copyright © 2021. All rights reserved.