| | | 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> Request body structure for data flow preview data. </summary> |
| | | 11 | | internal partial class DataFlowDebugPreviewDataRequest |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of DataFlowDebugPreviewDataRequest. </summary> |
| | 0 | 14 | | internal DataFlowDebugPreviewDataRequest() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> The ID of data flow debug session. </summary> |
| | 0 | 19 | | public string SessionId { get; } |
| | | 20 | | /// <summary> The data flow which contains the debug session. </summary> |
| | 0 | 21 | | public string DataFlowName { get; } |
| | | 22 | | /// <summary> The output stream name. </summary> |
| | 0 | 23 | | public string StreamName { get; } |
| | | 24 | | /// <summary> The row limit for preview request. </summary> |
| | 0 | 25 | | public int? RowLimits { get; } |
| | | 26 | | } |
| | | 27 | | } |