interface RasterDataSourceJson {
    dataSourceName?: string;
    type: "raster";
    workspaceId?: string;
}

Hierarchy (view full)

Properties

dataSourceName?: string

The fully-qualified string value used to specify where the dataSource is derived.

type

Type of the DataSource.

workspaceId?: string

The unique string value used to identify the data-source's workspace.