< Summary

Class:Azure.Analytics.Synapse.Artifacts.Models.StartDataFlowDebugSessionResponse
Assembly:Azure.Analytics.Synapse.Artifacts
File(s):C:\Git\azure-sdk-for-net\sdk\synapse\Azure.Analytics.Synapse.Artifacts\src\Generated\Models\StartDataFlowDebugSessionResponse.cs
Covered lines:0
Uncovered lines:3
Coverable lines:3
Total lines:21
Line coverage:0% (0 of 3)
Covered branches:0
Total branches:0

Metrics

MethodCyclomatic complexity Line coverage Branch coverage
.ctor()-0%100%
get_JobVersion()-0%100%

File(s)

C:\Git\azure-sdk-for-net\sdk\synapse\Azure.Analytics.Synapse.Artifacts\src\Generated\Models\StartDataFlowDebugSessionResponse.cs

#LineLine coverage
 1// Copyright (c) Microsoft Corporation. All rights reserved.
 2// Licensed under the MIT License.
 3
 4// <auto-generated/>
 5
 6#nullable disable
 7
 8namespace Azure.Analytics.Synapse.Artifacts.Models
 9{
 10    /// <summary> Response body structure for starting data flow debug session. </summary>
 11    internal partial class StartDataFlowDebugSessionResponse
 12    {
 13        /// <summary> Initializes a new instance of StartDataFlowDebugSessionResponse. </summary>
 014        internal StartDataFlowDebugSessionResponse()
 15        {
 016        }
 17
 18        /// <summary> The ID of data flow debug job version. </summary>
 019        public string JobVersion { get; }
 20    }
 21}

Methods/Properties

.ctor()
get_JobVersion()