vss::simulation::UploadMetaData Struct Reference
Last update: 14.01.2025Provides information on the data to upload. More...
Public Attributes | |
| string | resource_identifier = 2 [deprecated = true] |
| map< string, string > | values = 1 |
Detailed Description
Provides information on the data to upload.
- Note
- Should be sent in the first
UploadRequest. Metadata sent later will be ignored.
Member Data Documentation
◆ resource_identifier
| string vss::simulation::UploadMetaData::resource_identifier = 2 [deprecated = true] |
The identifier of the resource to upload.
- Warning
- This field is marked deprecated and might be removed in later versions. Consider using the values field instead.
◆ values
| map<string, string> vss::simulation::UploadMetaData::values = 1 |
Map containing various metadata values. The key corresponds to the type of the metadata, such as "ResourceIdentifier" for resource identifiers or "ResourceType" for specifying the resource type. The value holds the associated value for the respective metadata type.
- Note
- The field should contain at least one of the following metadata entries:
ResourceTypeorResourceIdentifier.
The documentation for this struct was generated from the following file:
- upload_data.proto