@oceanum/datamesh / index / ZarrOptions
Defined in: packages/datamesh/src/lib/datamodel.ts:565
Represents a dataset with dimensions, data variables, and attributes. Implements the DatasetApi interface.
optionalchunks?:string
Defined in: packages/datamesh/src/lib/datamodel.ts:573
optionalcoordkeys?:Coordkeys
Defined in: packages/datamesh/src/lib/datamodel.ts:575
optionaldownsample?:Record<string,number>
Defined in: packages/datamesh/src/lib/datamodel.ts:574
optionalgroup?:string
Defined in: packages/datamesh/src/lib/datamodel.ts:594
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:580
Use ttl: 0 instead to disable caching
optionalparameters?:Record<string,string|number>
Defined in: packages/datamesh/src/lib/datamodel.ts:572
optionalrenewHeaders?: () =>Promise<Record<string,string>>
Defined in: packages/datamesh/src/lib/datamodel.ts:571
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:576
optionalttl?:number
Defined in: packages/datamesh/src/lib/datamodel.ts:587
Time to live for cache entries in seconds.