ArcObjects Library Reference (GISClient)  

ISDSServerObjectAdmin Interface

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
Method AddConfigurationFromJson Add configuration from a JSON string. This needs to be a complete SDS service definition.
Read-only property AdminVersion Returns the version of the server's admin API.
Method CreateDataSource *** .NET only *** Create data source.
Method CreateDataSourceMapping *** Java only *** Create data source mapping.
Read-only property DataSourceConfiguration The configuration of a data source.
Read-only property DataSourceConfigurationMetadata ***Java only *** The configuration metadata of a data source.
Read-only property DataSourceMappings *** Java Only *** The data source mappings.
Read-only property DataSourceNames The data source names.
Method DeleteDataSource *** .NET only *** Delete data source.
Method DeleteDataSourceMapping *** Java only *** Delete data source mapping.
Method GetConfigurationInfos The configuration infos within a folder (use empty string for root).
Method GetItemInfo The ItemInfo of a service.
Method GetMetadata The metadata of a service.
Method PutItemInfo Add or update the ItemInfo of a service.
Method PutMetadata Add or update the metadata of a service.
Read-only property SDSServerType SDS server type.
Method UpdateConfigurationFromJson Update configuration from a JSON string.
Method ValidateDataSource *** .NET only *** Validate connection parameters.
Method ValidateDataSourceMapping *** Java only *** Validate connection parameters.

Inherited Interfaces

Interfaces Description
IRESTServerObjectAdmin Provides access to methods adminstrating AGS rest services.