Interface RegisterZarrStoreRequestExperimental

interface RegisterZarrStoreRequest {
    bucket: string;
    description?: string;
    layerId: number;
    name: string;
    provider: ZarrStorageProvider;
    rootPath: string;
}

Properties

bucket: string
description?: string
layerId: number
name: string
rootPath: string