Interface PmtilesPublishedArtifactExperimental

interface PmtilesPublishedArtifact {
    accessUrl: string;
    accessUrlExpiresAt?: string;
    artifactId: string;
    bounds?: readonly [number, number, number, number];
    bucket: string;
    contentType: "application/vnd.pmtiles";
    layerId?: number;
    maxZoom: number;
    minZoom: number;
    objectKey: string;
    publishedAt: string;
    serviceId?: string;
    sizeBytes: number;
    storageProvider: PmtilesStorageProvider;
    tileMatrixSetId?: string;
    urlStrategy: PmtilesUrlStrategy;
}

Properties

accessUrl: string
accessUrlExpiresAt?: string
artifactId: string
bounds?: readonly [number, number, number, number]
bucket: string
contentType
layerId?: number
maxZoom: number
minZoom: number
objectKey: string
publishedAt: string
serviceId?: string
sizeBytes: number
storageProvider: PmtilesStorageProvider
tileMatrixSetId?: string
urlStrategy: PmtilesUrlStrategy