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


IRESTOperation Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRESTOperation Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

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.

CoClasses that implement IRESTOperation

CoClasses and Classes Description
CoRESTOperation IRESTOperation coclass