Raw deserialization of a .zarray file (Zarr v2). Maps array metadata — shape, chunks, dtype, compression.
More...
|
| int | ZarrFormat [get] |
| |
| long[] | Shape = Array.Empty<long>() [get] |
| |
| int[] | Chunks = Array.Empty<int>() [get] |
| |
| string | Dtype = string.Empty [get] |
| | Numpy-style dtype string, e.g. "<u2" (little-endian uint16), ">f4" (big-endian float32).
|
| |
| ZarrV2CompressorDocument? | Compressor [get] |
| | Compressor configuration. Null means no compression. Example: { "id": "gzip", "level": 5 }.
|
| |
| JsonElement? | FillValue [get] |
| |
| string | Order = "C" [get] |
| | Array order: "C" (row-major) or "F" (column-major). Almost always "C".
|
| |
| JsonElement? | Filters [get] |
| |
| string? | DimensionSeparator [get] |
| |
Raw deserialization of a .zarray file (Zarr v2). Maps array metadata — shape, chunks, dtype, compression.
◆ Chunks
| int [] ZarrNET.ZarrV2ArrayDocument.Chunks = Array.Empty<int>() |
|
get |
23{ get; init; } = Array.Empty<int>();
◆ Compressor
Compressor configuration. Null means no compression. Example: { "id": "gzip", "level": 5 }.
◆ DimensionSeparator
| string? ZarrNET.ZarrV2ArrayDocument.DimensionSeparator |
|
get |
◆ Dtype
| string ZarrNET.ZarrV2ArrayDocument.Dtype = string.Empty |
|
get |
Numpy-style dtype string, e.g. "<u2" (little-endian uint16), ">f4" (big-endian float32).
29{ get; init; } = string.Empty;
◆ FillValue
| JsonElement? ZarrNET.ZarrV2ArrayDocument.FillValue |
|
get |
◆ Filters
| JsonElement? ZarrNET.ZarrV2ArrayDocument.Filters |
|
get |
◆ Order
| string ZarrNET.ZarrV2ArrayDocument.Order = "C" |
|
get |
Array order: "C" (row-major) or "F" (column-major). Almost always "C".
◆ Shape
| long [] ZarrNET.ZarrV2ArrayDocument.Shape = Array.Empty<long>() |
|
get |
20{ get; init; } = Array.Empty<long>();
◆ ZarrFormat
| int ZarrNET.ZarrV2ArrayDocument.ZarrFormat |
|
get |
The documentation for this class was generated from the following file:
- ZarrNET/ZarrV2Document.cs