@oceanum/datamesh / index / ZarrOptions
Defined in: packages/datamesh/src/lib/datamodel.ts:570
Represents a dataset with dimensions, data variables, and attributes. Implements the DatasetApi interface.
optionalchunks?:string
Defined in: packages/datamesh/src/lib/datamodel.ts:578
optionalcoordkeys?:Coordkeys
Defined in: packages/datamesh/src/lib/datamodel.ts:580
optionaldownsample?:Record<string,number>
Defined in: packages/datamesh/src/lib/datamodel.ts:579
optionalgroup?:string
Defined in: packages/datamesh/src/lib/datamodel.ts:599
Path to a specific group within the zarr hierarchy to open as a dataset. If not specified, the root group is used. Supports both Datamesh zarr groups and external zarr archives with nested groups. Example: “/group1” or “group1”
optionalnocache?:boolean
Defined in: packages/datamesh/src/lib/datamodel.ts:585
Use ttl: 0 instead to disable caching
optionalparameters?:Record<string,string|number>
Defined in: packages/datamesh/src/lib/datamodel.ts:577
optionalrenewHeaders?: () =>Promise<Record<string,string>>
Defined in: packages/datamesh/src/lib/datamodel.ts:576
Renew session headers after a gateway 401 (idle-expired oceanql session); the failed zarr request is retried once with the fresh headers. Wired automatically by Connector.openZarr.
Promise<Record<string, string>>
optionaltimeout?:number
Defined in: packages/datamesh/src/lib/datamodel.ts:581
optionalttl?:number
Defined in: packages/datamesh/src/lib/datamodel.ts:592
Time to live for cache entries in seconds.