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


IRESTOperation Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IRESTOperation Interface

REST operation metadata object.

Product Availability

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

Members

Description
Read/write property Name Operation name. Used in IRESTRequestHandler's schema generation and url parsing.
Read/write property OutputFormats Supported output formats, separated by comma.
Read/write property Parameters Operation parameters, separated by comma.
Read/write property PostOnly Denotes POST-only operations.
Read/write 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