| 程序包 | 说明 |
|---|---|
| com.obs.services | |
| com.obs.services.model.select |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
SelectObjectResult |
AbstractObjectClient.selectObjectContent(SelectObjectRequest selectRequest) |
|
SelectObjectResult |
IObsClient.selectObjectContent(SelectObjectRequest selectRequest)
Selects rows from an object using a SQL statement.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
SelectObjectRequest |
SelectObjectRequest.withBucketName(String bucketName)
Sets the name of the bucket
|
|
SelectObjectRequest |
SelectObjectRequest.withExpression(String expression)
Sets the (SQL) expression to be evaluated
|
|
SelectObjectRequest |
SelectObjectRequest.withExpressionType(ExpressionType expressionType)
Informs the type of the expression.
|
|
SelectObjectRequest |
SelectObjectRequest.withInputSerialization(InputSerialization inputSerialization)
Configures the input serialization
|
|
SelectObjectRequest |
SelectObjectRequest.withKey(String key)
Sets the key of the input file
|
|
SelectObjectRequest |
SelectObjectRequest.withOutputSerialization(OutputSerialization outputSerialization)
Configures the output serialization
|
|
SelectObjectRequest |
SelectObjectRequest.withRequestProgress(RequestProgress requestProgress)
Informs that periodic request progress may be enabled
|
|
SelectObjectRequest |
SelectObjectRequest.withScanRange(ScanRange scanRange)
Configures the range of bytes of the input file to scan
|
Copyright © 2025. All rights reserved.