ConsumptionEndpointsPropertiesResponse

data class ConsumptionEndpointsPropertiesResponse(val fileAccessResourceId: String, val fileAccessUrl: String, val ingestionResourceId: String, val ingestionUrl: String, val queryResourceId: String, val queryUrl: String)

Details of Consumption Properties

Constructors

Link copied to clipboard
fun ConsumptionEndpointsPropertiesResponse(fileAccessResourceId: String, fileAccessUrl: String, ingestionResourceId: String, ingestionUrl: String, queryResourceId: String, queryUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Resource Id of file access endpoint.

Link copied to clipboard

Url to consume file type.

Link copied to clipboard

Resource Id of ingestion endpoint.

Link copied to clipboard

Ingestion url to upload the data.

Link copied to clipboard

Resource Id of query endpoint.

Link copied to clipboard

Url to consume the processed data.