The array is stored in one contiguous area of the file. This layout requires that the size of the array be constant: data manipulations such as chunking, compression, checksums, or encryption are not permitted. The message stores the total storage size of the array. The offset of an element from the beginning of the storage area is computed as in a C array.
ContiguousDataset
01 Syntax
Microsoft.VisualBasic.Data.IO.HDF5.dataset.ContiguousDataset
02 Properties
| Name | Overloads | Summary |
|---|---|---|
| dataAddress | 1 | This is the address of the raw data in the file. |
| size | 1 | This field contains the size allocated to store the raw data, in bytes. |
| dimensions | 1 |
03 Members
dataAddress
This is the address of the raw data in the file. The address may have the ��undefined address�� value, to indicate that storage has not yet been allocated for this array.
size
This field contains the size allocated to store the raw data, in bytes.
dimensions