Class ServerFileInfo
Represents server metadata.
public class ServerFileInfo
- Inheritance
-
ServerFileInfo
- Inherited Members
Properties
Author
ID of the creator user.
public string Author { get; set; }
Property Value
CreateDate
Server creation timestamp.
public long CreateDate { get; set; }
Property Value
FileId
ID of the file.
public string FileId { get; set; }
Property Value
StoreId
ID of the Store.
public string StoreId { get; set; }