Table of Contents

Class ServerFileInfo

Namespace
PrivMX.Endpoint.Store.Models
Assembly
PrivMX.Endpoint.dll

Represents server metadata.

public class ServerFileInfo
Inheritance
ServerFileInfo
Inherited Members

Properties

Author

ID of the creator user.

public string Author { get; set; }

Property Value

string

CreateDate

Server creation timestamp.

public long CreateDate { get; set; }

Property Value

long

FileId

ID of the file.

public string FileId { get; set; }

Property Value

string

StoreId

ID of the Store.

public string StoreId { get; set; }

Property Value

string