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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for JavaScript