beangle-micdn ~master (2021-10-31T17:47:52.0688389)
Dub
Repo
BlobMeta
beangle
micdn
blob
config
Undocumented in source.
class
BlobMeta {
string
owner
;
string
name
;
ulong
fileSize
;
string
sha
;
string
mediaType
;
int
profileId
;
string
filePath
;
SysTime
updatedAt
;
string
toJson
();
}
Members
Functions
toJson
string
toJson
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
filePath
string
filePath
;
Undocumented in source.
fileSize
ulong
fileSize
;
Undocumented in source.
mediaType
string
mediaType
;
Undocumented in source.
name
string
name
;
Undocumented in source.
owner
string
owner
;
Undocumented in source.
profileId
int
profileId
;
Undocumented in source.
sha
string
sha
;
Undocumented in source.
updatedAt
SysTime
updatedAt
;
Undocumented in source.
Meta
Source
See Implementation
beangle
micdn
blob
config
classes
BlobMeta
Config
Profile