Snapshots one named NitroFS allocation so path, numeric identity, layout, and payload can change independently. More...
Properties | |
| string | Path = string.Empty [get] |
| Records the canonical case-sensitive slash-delimited NitroFS identity. | |
| int | FileId [get] |
| Records the FAT identifier referenced by FNT order and possibly Overlay metadata. | |
| long | Offset [get] |
| Records the first physical payload byte independently from path and File ID. | |
| long | Length [get] |
| Records stored payload bytes without inferring compression or game-specific structure. | |
| string | Sha256 = string.Empty [get] |
| Hashes the exact FAT allocation bytes with SHA-256. | |
Snapshots one named NitroFS allocation so path, numeric identity, layout, and payload can change independently.
Definition at line 50 of file NdsManifestModels.cs.
|
get |
Records the FAT identifier referenced by FNT order and possibly Overlay metadata.
Definition at line 55 of file NdsManifestModels.cs.
|
get |
Records stored payload bytes without inferring compression or game-specific structure.
Definition at line 59 of file NdsManifestModels.cs.
|
get |
Records the first physical payload byte independently from path and File ID.
Definition at line 57 of file NdsManifestModels.cs.
|
get |
Records the canonical case-sensitive slash-delimited NitroFS identity.
Definition at line 53 of file NdsManifestModels.cs.
|
get |
Hashes the exact FAT allocation bytes with SHA-256.
Definition at line 61 of file NdsManifestModels.cs.