The shared file information class, which defines how to manage shared files.
For example, you can get information about a group shared file by using IGroupManager#GetGroupFileListFromServer(String, int, int, ValueCallBack)
.
◆ FileName
string AgoraChat.GroupSharedFile.FileName |
|
getset |
The name of the shared file.
◆ FileId
string AgoraChat.GroupSharedFile.FileId |
|
getset |
The ID of the shared file.
◆ FileOwner
string AgoraChat.GroupSharedFile.FileOwner |
|
getset |
The user ID of the member who uploads the shared file.
◆ CreateTime
long AgoraChat.GroupSharedFile.CreateTime |
|
getset |
The Unix timestamp for updating the shared file. The unit is millisecond.
◆ FileSize
long AgoraChat.GroupSharedFile.FileSize |
|
getset |
The size of the shared file, in bytes.