QCloudSMHBatchBaseRequest Class Reference

Conforms to BATCHTYPE
Declared in QCloudSMHBatchBaseRequest.h
QCloudSMHBatchBaseRequest.m

Overview

批量任务基类

Other Methods

– getTaskStatus

 创建定时器
 每隔一段时间调用一下查询任务的接口
- (void)getTaskStatus

Declared In

QCloudSMHBatchBaseRequest.m

Other Methods

  libraryId

媒体库 ID,必选参数

@property (nonatomic, strong) NSString *libraryId

Declared In

QCloudSMHBatchBaseRequest.h

  spaceId

空间 ID,如果媒体库为单租户模式,则该参数固定为连字符(-);如果媒体库为多租户模式,则必须指定该参数

@property (nonatomic, strong) NSString *spaceId

Declared In

QCloudSMHBatchBaseRequest.h

  userId

用户身份识别,当访问令牌对应的权限为管理员权限且申请访问令牌时的用户身份识别为空时用来临时指定用户身份,详情请参阅生成访问令牌接口

@property (nonatomic, strong) NSString *userId

Declared In

QCloudSMHBatchBaseRequest.h

  spaceOrgId

空间所在组织id

@property (nonatomic, strong) NSString *spaceOrgId

Declared In

QCloudSMHBatchBaseRequest.h