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