This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRESTOperation Interface (ArcObjects .NET 10.5 SDK) |
REST operation metadata object.
Description | ||
---|---|---|
Name | Operation name. Used in IRESTRequestHandler's schema generation and url parsing. | |
OutputFormats | Supported output formats, separated by comma. | |
Parameters | Operation parameters, separated by comma. | |
PostOnly | Denotes POST-only operations. | |
RequiredCapability | Required capability for the operation. | |
ToJSONObject | Converts operation object to JSON representation. |
CoClasses and Classes | Description |
---|---|
CoRESTOperation | IRESTOperation coclass |