EntropyCanvas::NetworkSession::AssetUploadBeginData
EntropyCanvas::NetworkSession::AssetUploadBeginData
Section titled “EntropyCanvas::NetworkSession::AssetUploadBeginData”Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| uint64_t | totalSize |
| uint64_t | requestId |
| std::array< uint8_t, 32 > | plaintextHash |
| bool | persistent |
| AssetMetadataData | metadata |
| bool | encrypted |
| uint8_t | contentType |
| uint32_t | chunkSize |
| std::string | appId |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable totalSize
Section titled “variable totalSize”uint64_t totalSize = 0;variable requestId
Section titled “variable requestId”uint64_t requestId = 0;variable plaintextHash
Section titled “variable plaintextHash”std::array< uint8_t, 32 > plaintextHash {};variable persistent
Section titled “variable persistent”bool persistent = false;variable metadata
Section titled “variable metadata”AssetMetadataData metadata;variable encrypted
Section titled “variable encrypted”bool encrypted = false;variable contentType
Section titled “variable contentType”uint8_t contentType = 0;variable chunkSize
Section titled “variable chunkSize”uint32_t chunkSize = 0;variable appId
Section titled “variable appId”std::string appId;Updated on 2026-01-26 at 17:14:35 -0500