QCloudSMHContentInfo Class Reference

Inherits from QCloudSMHBaseContentInfo : NSObject
Declared in QCloudSMHContentInfo.h
QCloudSMHContentInfo.m

  name

目录或相簿名或文件名

@property (nonatomic, strong) NSString *name

Declared In

QCloudSMHContentInfo.h

  type

条目类型 QCloudSMHContentInfoTypeDir: 目录或相簿; QCloudSMHContentInfoTypeFile: 文件,仅用于文件类型媒体库; QCloudSMHContentInfoTypeImage: 图片,仅用于媒体类型媒体库; QCloudSMHContentInfoTypeVideo: 视频,仅用于媒体类型媒体库;

@property (nonatomic, assign) QCloudSMHContentInfoType type

Declared In

QCloudSMHContentInfo.h

  creationTime

ISO 8601格式的日期与时间字符串,表示目录或相簿的创建时间或文件的上传时间,例如 2020-10-14T10:17:57.953Z;

@property (nonatomic, strong) NSString *creationTime

Declared In

QCloudSMHContentInfo.h

  modificationTime

日期字符串,修改时间;

@property (nonatomic, strong) NSString *modificationTime

Declared In

QCloudSMHContentInfo.h

  creationPerson

创建人昵称;

@property (nonatomic, strong) NSString *creationPerson

Declared In

QCloudSMHContentInfo.h

  contentType

媒体类型

@property (nonatomic, strong) NSString *contentType

Declared In

QCloudSMHContentInfo.h

  size

文件大小

@property (nonatomic, strong) NSString *size

Declared In

QCloudSMHContentInfo.h

  historySize

文件大小

@property (nonatomic, strong) NSString *historySize

Declared In

QCloudSMHContentInfo.h

  versionId

历史版本号

@property (nonatomic, strong) NSString *versionId

Declared In

QCloudSMHContentInfo.h

  organizationName

文件大小

@property (nonatomic, strong) NSString *organizationName

Declared In

QCloudSMHContentInfo.h

  crc64

文件 CRC64ECMA 校验值

@property (nonatomic, strong) NSString *crc64

Declared In

QCloudSMHContentInfo.h

  eTag

文件 CRC64ECMA 校验值

@property (nonatomic, strong) NSString *eTag

Declared In

QCloudSMHContentInfo.h

  fileCount

整数,当前目录中的文件数(不包含孙子级);

@property (nonatomic) NSInteger fileCount

Declared In

QCloudSMHContentInfo.h

  subDirCount

整数,当前目录中的子目录数(不包含孙子级);

@property (nonatomic) NSInteger subDirCount

Declared In

QCloudSMHContentInfo.h

  fileType

整数,当前目录中的子目录数(不包含孙子级);

@property (nonatomic) QCloudSMHContentInfoType fileType

Declared In

QCloudSMHContentInfo.h

  authType

QCloudSMHFileAuthTypeNone = 0, // 未知类型 QCloudSMHFileAuthTypeToMe, // 共享给我 QCloudSMHFileAuthTypeMine, // 我的共享

@property (nonatomic, assign) QCloudSMHFileAuthType authType

Declared In

QCloudSMHContentInfo.h

  previewByCI

是否可通过万象预览;

@property (nonatomic, assign) BOOL previewByCI

Declared In

QCloudSMHContentInfo.h

  previewByDoc

是否可通过 onlyoffice 预览;

@property (nonatomic, assign) BOOL previewByDoc

Declared In

QCloudSMHContentInfo.h

  paths

文件 CRC64ECMA 校验值

@property (nonatomic, strong) NSArray *paths

Declared In

QCloudSMHContentInfo.h