Package version:

The result of the sample input request.

interface SampleInputResult {
    diagnostics?: string[];
    error?: ErrorError;
    eventsDownloadUrl?: string;
    lastArrivalTime?: string;
    status?: string;
}

Hierarchy (view full)

Properties

diagnostics?: string[]

Diagnostics messages. E.g. message indicating some partitions from the input have no data. NOTE: This property will not be serialized. It can only be populated by the server.

error?: ErrorError

Error definition properties.

eventsDownloadUrl?: string

A SAS URL to download the sampled input data. NOTE: This property will not be serialized. It can only be populated by the server.

lastArrivalTime?: string

The timestamp for the last event in the data. It is in DateTime format. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

The status of the sample input request. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc