Package version:

Interface ConsumptionEndpointsProperties

Details of Consumption Properties

interface ConsumptionEndpointsProperties {
    fileAccessResourceId?: string;
    fileAccessUrl?: string;
    ingestionResourceId?: string;
    ingestionUrl?: string;
    queryResourceId?: string;
    queryUrl?: string;
}

Properties

fileAccessResourceId?: string

Resource Id of file access endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

fileAccessUrl?: string

Url to consume file type. NOTE: This property will not be serialized. It can only be populated by the server.

ingestionResourceId?: string

Resource Id of ingestion endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

ingestionUrl?: string

Ingestion url to upload the data. NOTE: This property will not be serialized. It can only be populated by the server.

queryResourceId?: string

Resource Id of query endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

queryUrl?: string

Url to consume the processed data. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc