SampleInputResult interface
The result of the sample input request.
- Extends
Properties
| diagnostics | 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. |
| events |
A SAS URL to download the sampled input data. NOTE: This property will not be serialized. It can only be populated by the server. |
| last |
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 | The status of the sample input request. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| error | Error definition properties. |
Property Details
diagnostics
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.
diagnostics?: string[]
Property Value
string[]
eventsDownloadUrl
A SAS URL to download the sampled input data. NOTE: This property will not be serialized. It can only be populated by the server.
eventsDownloadUrl?: string
Property Value
string
lastArrivalTime
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.
lastArrivalTime?: string
Property Value
string
status
The status of the sample input request. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string