NIM C# SDK  6.3.0
NIM.CacheFileInfo Class Reference
Inheritance diagram for NIM.CacheFileInfo:
NimUtility.NimJsonObject< CacheFileInfo >

Properties

string FileType [get, set]
 
string Path [get, set]
 文件夹路径 More...
 
long TotalSize [get, set]
 缓存目录总大小(KB) More...
 
int FilesCount [get, set]
 文件数量 More...
 
- Properties inherited from NimUtility.NimJsonObject< CacheFileInfo >
virtual bool IgnoreDefauleValue [get, set]
 
string JSON [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from NimUtility.NimJsonObject< CacheFileInfo >
virtual string Serialize ()
 
virtual string SerializeWithIndented ()
 
- Static Public Member Functions inherited from NimUtility.NimJsonObject< CacheFileInfo >
static T Deserialize (string json)
 

Property Documentation

◆ FilesCount

int NIM.CacheFileInfo.FilesCount
getset

文件数量

◆ FileType

string NIM.CacheFileInfo.FileType
getset

◆ Path

string NIM.CacheFileInfo.Path
getset

文件夹路径

◆ TotalSize

long NIM.CacheFileInfo.TotalSize
getset

缓存目录总大小(KB)