QCloudSelectObjectContentConfig Class Reference

Inherits from NSObject
Declared in QCloudSelectObjectContentConfig.h
QCloudSelectObjectContentConfig.m

Overview

选择文件 配置

  express

SQL 表达式,代表您需要发起的检索操作。例如SELECT s._1 FROM COSObject s。 这个表达式可以从 CSV 格式的对象中检索第一列内容。有关 SQL 表达式的详细介绍, 请参见 (Select)[https://cloud.tencent.com/document/product/436/37636] 命令

@property (strong, nonatomic) NSString *express

Declared In

QCloudSelectObjectContentConfig.h

  expressionType

表达式类型,该项为扩展项,目前只支持 SQL 表达式,仅支持 SQL 参数

@property (assign, nonatomic) QCloudExpressionType expressionType

Declared In

QCloudSelectObjectContentConfig.h

  inputSerialization

描述待检索对象的格式

@property (strong, nonatomic) QCloudInputSerialization *inputSerialization

Declared In

QCloudSelectObjectContentConfig.h

  outputSerialization

描述检索结果的输出格式

@property (strong, nonatomic) QCloudOutputSerialization *outputSerialization

Declared In

QCloudSelectObjectContentConfig.h

  requestProgress

是否需要返回查询进度 QueryProgress 信息,如果选中 COS Select 将周期性返回查询进度

@property (strong, nonatomic) NSString *requestProgress

Declared In

QCloudSelectObjectContentConfig.h