| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.Analytics.Synapse.Artifacts.Models |
| | 9 | | { |
| | 10 | | /// <summary> Response body structure of data flow result for data preview, statistics or expression preview. </summ |
| | 11 | | internal partial class DataFlowDebugResultResponse |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of DataFlowDebugResultResponse. </summary> |
| 0 | 14 | | internal DataFlowDebugResultResponse() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> The run status of data preview, statistics or expression preview. </summary> |
| 0 | 19 | | public string Status { get; } |
| | 20 | | /// <summary> The result data of data preview, statistics or expression preview. </summary> |
| 0 | 21 | | public string Data { get; } |
| | 22 | | } |
| | 23 | | } |