| 程序包 | 说明 |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.internal | |
| com.qcloud.cos.model |
| 限定符和类型 | 方法和说明 |
|---|---|
SelectObjectContentResult |
COS.selectObjectContent(SelectObjectContentRequest selectRequest)
This operation filters the contents of an COS object based on a simple Structured Query Language (SQL) statement.
|
SelectObjectContentResult |
COSClient.selectObjectContent(SelectObjectContentRequest selectRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
RequestXmlFactory.convertToXmlByteArray(SelectObjectContentRequest selectRequest)
Converts the SelectObjectContentRequest to an XML fragment that can be sent to
the SelectObjectContent operation of COS.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SelectObjectContentRequest |
SelectObjectContentRequest.withBucketName(String bucketName)
The COS Bucket.
|
SelectObjectContentRequest |
SelectObjectContentRequest.withExpression(String expression)
The expression that is used to query the object.
|
SelectObjectContentRequest |
SelectObjectContentRequest.withExpressionType(ExpressionType expressionType)
The type of the provided expression (e.g., SQL).
|
SelectObjectContentRequest |
SelectObjectContentRequest.withExpressionType(String expressionType)
The type of the provided expression (e.g., SQL).
|
SelectObjectContentRequest |
SelectObjectContentRequest.withInputSerialization(InputSerialization inputSerialization)
Describes the format of the data in the object that is being queried.
|
SelectObjectContentRequest |
SelectObjectContentRequest.withKey(String key)
The Object Key.
|
SelectObjectContentRequest |
SelectObjectContentRequest.withOutputSerialization(OutputSerialization outputSerialization)
Describes the format of the data that you want COS to return in response.
|
SelectObjectContentRequest |
SelectObjectContentRequest.withRequestProgress(RequestProgress requestProgress)
Describes optional, periodic
SelectObjectContentEvent.ProgressEvents that can be returned. |
SelectObjectContentRequest |
SelectObjectContentRequest.withSSECustomerKey(SSECustomerKey sseCustomerKey) |
Copyright © 2022. All rights reserved.