NetworkFileServerBaseFileCacheSize 属性 |
文件传输的时候的缓存大小,直接影响传输的速度,值越大,传输速度越快,越占内存,默认为100K大小
The size of the cache during file transfer directly affects the speed of the transfer. The larger the value, the faster the transfer speed and the more memory it takes. The default size is 100K.
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int FileCacheSize { get; set; }
Public Property FileCacheSize As Integer
Get
Set
public:
property int FileCacheSize {
int get ();
void set (int value);
}
member FileCacheSize : int with get, set
属性值
类型:
Int32参见