ImageServerDownloadResult

A class that contains the results of a download request from an image service.

Property

Type

Description

RasterIDs

int[]

A list of raster IDs that reference this file.

URI

string

The downloadable file name/identifier.

FileSize

UINT64

The downloadable file size in bytes.

Remarks

The Download request returns a list of these objects, each specifying one downloadable file. One file can be a part of multiple logical rasters. The list of raster IDs are the parent rasters to which this file belongs.

11/8/2016