philia
Preparing search index...
protocol/oicq/contact/gfs
GfsBaseStat
Interface GfsBaseStat
群文件/目录共通属性
interface
GfsBaseStat
{
create_time
:
number
;
fid
:
string
;
is_dir
:
boolean
;
modify_time
:
number
;
name
:
string
;
pid
:
string
;
user_id
:
string
;
}
Hierarchy (
View Summary
)
GfsBaseStat
GfsFileStat
GfsDirStat
Index
Properties
create_
time
fid
is_
dir
modify_
time
name
pid
user_
id
Properties
create_
time
create_time
:
number
创建时间
fid
fid
:
string
文件/目录的id (目录以/开头)
is_
dir
is_dir
:
boolean
是否为目录
modify_
time
modify_time
:
number
最近修改时间
name
name
:
string
文件/目录名
pid
pid
:
string
父目录id
user_
id
user_id
:
string
创建该文件/目录的群员账号
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create_
time
fid
is_
dir
modify_
time
name
pid
user_
id
philia
Loading...
群文件/目录共通属性