CodelessConnectorPollingResponseProperties interface
Describes the response from the external server
Properties
events |
Describes the path we should extract the data in the response |
is |
Describes if the data in the response is Gzip |
success |
Describes the path we should extract the status code in the response |
success |
Describes the path we should extract the status value in the response |
Property Details
eventsJsonPaths
Describes the path we should extract the data in the response
eventsJsonPaths: string[]
Property Value
string[]
isGzipCompressed
Describes if the data in the response is Gzip
isGzipCompressed?: boolean
Property Value
boolean
successStatusJsonPath
Describes the path we should extract the status code in the response
successStatusJsonPath?: string
Property Value
string
successStatusValue
Describes the path we should extract the status value in the response
successStatusValue?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript