Provides access to properties and members of the ArcGIS Discovery server's server object admin.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AddConfigurationFromJson | Add configuration from a JSON string. This needs to be a complete SDS service definition. | |
AdminVersion | Returns the version of the server's admin API. | |
CreateDataSource | *** .NET only *** Create data source. | |
CreateDataSourceMapping | *** Java only *** Create data source mapping. | |
DataSourceConfiguration | The configuration of a data source. | |
DataSourceConfigurationMetadata | ***Java only *** The configuration metadata of a data source. | |
DataSourceMappings | *** Java Only *** The data source mappings. | |
DataSourceNames | The data source names. | |
DeleteDataSource | *** .NET only *** Delete data source. | |
DeleteDataSourceMapping | *** Java only *** Delete data source mapping. | |
GetConfigurationInfos | The configuration infos within a folder (use empty string for root). | |
GetItemInfo | The ItemInfo of a service. | |
GetMetadata | The metadata of a service. | |
PutItemInfo | Add or update the ItemInfo of a service. | |
PutMetadata | Add or update the metadata of a service. | |
SDSServerType | SDS server type. | |
UpdateConfigurationFromJson | Update configuration from a JSON string. | |
ValidateDataSource | *** .NET only *** Validate connection parameters. | |
ValidateDataSourceMapping | *** Java only *** Validate connection parameters. |
Inherited Interfaces
Interfaces | Description |
---|---|
IRESTServerObjectAdmin | Provides access to methods adminstrating AGS rest services. |