NDEVR
API Documentation
ServerResourceInfo

Metadata for a server-hosted resource including type, timestamps, size, and cached data. More...

Inheritance diagram for ServerResourceInfo:
[legend]
Collaboration diagram for ServerResourceInfo:
[legend]

Public Attributes

Time access_time = Constant<Time>::Invalid
 When the resource was last accessed.
File cached_data
 Local file path to cached resource data.
String categories
 Semicolon-separated category tags.
Time creation_time = Constant<Time>::Invalid
 When the resource was created.
Buffer< uint01icon
 Icon image data for the resource.
String mime_type
 MIME type of the resource.
Time modified_time = Constant<Time>::Invalid
 When the resource was last modified.
String resource_info
 Additional resource information string.
uint08 resource_size = Constant<uint08>::Invalid
 Size of the resource in bytes.
Public Attributes inherited from ResourceID
sint04 resource_id = Constant<sint04>::Invalid
 Numeric resource ID.
String resource_name
 Human-readable name of the resource.
sint04 resource_owner = Constant<sint04>::Invalid
 User ID of the resource owner.
sint04 resource_version = Constant<sint04>::Invalid
 Version number of the resource.

Detailed Description

Metadata for a server-hosted resource including type, timestamps, size, and cached data.


Definition at line 191 of file ServerActions.h.


The documentation for this struct was generated from the following file: