This document is archived and information here might be outdated.  Recommended version.


IRESTOperation Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRESTOperation Interface
ArcGIS Developer Help

IRESTOperation Interface

REST operation metadata object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property Name Operation name. Used in IRESTRequestHandler's schema generation and url parsing.
Write-only property Name Operation name. Used in IRESTRequestHandler's schema generation and url parsing.
Read-only property OutputFormats Supported output formats, separated by comma.
Write-only property OutputFormats Supported output formats, separated by comma.
Read-only property Parameters Operation parameters, separated by comma.
Write-only property Parameters Operation parameters, separated by comma.
Write-only property PostOnly Denotes POST-only operations.
Read-only property PostOnly Denotes POST-only operations.
Read-only property RequiredCapability Required capability for the operation.
Write-only property RequiredCapability Required capability for the operation.
Method ToJSONObject Converts operation object to JSON representation.

Classes that implement IRESTOperation

Classes Description
CoRESTOperation IRESTOperation coclass