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
Azure SDK for JavaScript