NIMCacheQueryResult Class Reference

Inherits from NSObject
Declared in NIMCacheQuery.h

Overview

SDK 缓存查询结果

  path

文件路径

@property (nonatomic, copy, readonly) NSString *path

Discussion

文件路径

Declared In

NIMCacheQuery.h

  creationDate

文件的创建日期

@property (nonatomic, strong, readonly) NSDate *creationDate

Discussion

文件的创建日期

Declared In

NIMCacheQuery.h

  fileLength

文件的大小,单位为 bytes

@property (nonatomic, assign, readonly) long long fileLength

Discussion

文件的大小,单位为 bytes

Declared In

NIMCacheQuery.h