DownloadSpecification Class

DownloadSpecification Class

Contains the specification for a data download job.

Public Class DownloadSpecification Inherits System.Object

[C#]
public class DownloadSpecification : System.Object

Public Constructors

Name Description
public constructorDownloadSpecification Constructor Initializes a new instance of the DownloadSpecification class.

Public Properties

Name Description
public propertyDataSourceName

Represents the name of the data source (DataSource.Name property) containing the point-of-interest data to be downloaded.

public propertyEntityTypeName

Represents the name of the entity type (EntityType.Name property) of the data that is being downloaded.

public propertyEnvironment

Indicates from which environment (LocationDataEnvironment enumeration) the data should be downloaded. The default value is Staging.

public propertyFormat

The file format (FileFormat enumeration) for the downloaded data. The default value is AccessXml2003.

public propertyCompressed

A flag that indicates whether the data should be compressed. Boolean. The default value is false.