Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sdk/synapse/Azure.Analytics.Synapse.Artifacts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 1.0.0-preview.7 (Unreleased)

### Added
- Many models classes now have public getters.

## 1.0.0-preview.6 (2021-02-10)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2014,15 +2014,15 @@ public DataFlowDebugPackageDebugSettings() { }
public partial class DataFlowDebugPreviewDataRequest
{
public DataFlowDebugPreviewDataRequest() { }
public string DataFlowName { get { throw null; } }
public int? RowLimits { get { throw null; } }
public string SessionId { get { throw null; } }
public string StreamName { get { throw null; } }
public string DataFlowName { get { throw null; } set { } }
public int? RowLimits { get { throw null; } set { } }
public string SessionId { get { throw null; } set { } }
public string StreamName { get { throw null; } set { } }
}
public partial class DataFlowDebugQueryResponse
{
public DataFlowDebugQueryResponse() { }
public string RunId { get { throw null; } }
public string RunId { get { throw null; } set { } }
}
public partial class DataFlowDebugResource : Azure.Analytics.Synapse.Artifacts.Models.SubResourceDebugResource
{
Expand All @@ -2032,8 +2032,8 @@ public DataFlowDebugResource(Azure.Analytics.Synapse.Artifacts.Models.DataFlow p
public partial class DataFlowDebugResultResponse
{
public DataFlowDebugResultResponse() { }
public string Data { get { throw null; } }
public string Status { get { throw null; } }
public string Data { get { throw null; } set { } }
public string Status { get { throw null; } set { } }
}
public partial class DataFlowDebugSessionInfo : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string, object>>, System.Collections.Generic.IReadOnlyDictionary<string, object>, System.Collections.IEnumerable
{
Expand Down Expand Up @@ -2061,6 +2061,7 @@ public partial class DataFlowDebugStatisticsRequest
public DataFlowDebugStatisticsRequest() { }
public System.Collections.Generic.IReadOnlyList<string> Columns { get { throw null; } }
public string DataFlowName { get { throw null; } }
public string RunId { get { throw null; } set { } }
public string SessionId { get { throw null; } }
public string StreamName { get { throw null; } }
}
Expand Down Expand Up @@ -2247,8 +2248,8 @@ public void Add(string key, object value) { }
public partial class DatasetDataElement
{
public DatasetDataElement() { }
public object Name { get { throw null; } }
public object Type { get { throw null; } }
public object Name { get { throw null; } set { } }
public object Type { get { throw null; } set { } }
}
public partial class DatasetDebugResource : Azure.Analytics.Synapse.Artifacts.Models.SubResourceDebugResource
{
Expand Down Expand Up @@ -2332,9 +2333,9 @@ public partial class DatasetSchemaDataElement : System.Collections.Generic.IEnum
public DatasetSchemaDataElement() { }
public object this[string key] { get { throw null; } }
public System.Collections.Generic.IEnumerable<string> Keys { get { throw null; } }
public object Name { get { throw null; } }
public object Name { get { throw null; } set { } }
int System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Count { get { throw null; } }
public object Type { get { throw null; } }
public object Type { get { throw null; } set { } }
public System.Collections.Generic.IEnumerable<object> Values { get { throw null; } }
public bool ContainsKey(string key) { throw null; }
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, object>> GetEnumerator() { throw null; }
Expand All @@ -2344,10 +2345,10 @@ public DatasetSchemaDataElement() { }
public partial class DatasetStorageFormat : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string, object>>, System.Collections.Generic.IReadOnlyDictionary<string, object>, System.Collections.IEnumerable
{
public DatasetStorageFormat() { }
public object Deserializer { get { throw null; } }
public object Deserializer { get { throw null; } set { } }
public object this[string key] { get { throw null; } }
public System.Collections.Generic.IEnumerable<string> Keys { get { throw null; } }
public object Serializer { get { throw null; } }
public object Serializer { get { throw null; } set { } }
int System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Count { get { throw null; } }
public System.Collections.Generic.IEnumerable<object> Values { get { throw null; } }
public bool ContainsKey(string key) { throw null; }
Expand Down Expand Up @@ -2764,11 +2765,11 @@ public EntityReference() { }
public partial class EvaluateDataFlowExpressionRequest
{
public EvaluateDataFlowExpressionRequest() { }
public string DataFlowName { get { throw null; } }
public string Expression { get { throw null; } }
public int? RowLimits { get { throw null; } }
public string SessionId { get { throw null; } }
public string StreamName { get { throw null; } }
public string DataFlowName { get { throw null; } set { } }
public string Expression { get { throw null; } set { } }
public int? RowLimits { get { throw null; } set { } }
public string SessionId { get { throw null; } set { } }
public string StreamName { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct EventSubscriptionStatus : System.IEquatable<Azure.Analytics.Synapse.Artifacts.Models.EventSubscriptionStatus>
Expand Down Expand Up @@ -2837,14 +2838,14 @@ public ExecutionActivity(string name) : base (default(string)) { }
public partial class ExposureControlRequest
{
public ExposureControlRequest() { }
public string FeatureName { get { throw null; } }
public string FeatureType { get { throw null; } }
public string FeatureName { get { throw null; } set { } }
public string FeatureType { get { throw null; } set { } }
}
public partial class ExposureControlResponse
{
public ExposureControlResponse() { }
public string FeatureName { get { throw null; } }
public string Value { get { throw null; } }
public string FeatureName { get { throw null; } set { } }
public string Value { get { throw null; } set { } }
}
public partial class Expression
{
Expand Down Expand Up @@ -3010,7 +3011,7 @@ public GetMetadataActivity(string name, Azure.Analytics.Synapse.Artifacts.Models
public partial class GetSsisObjectMetadataRequest
{
public GetSsisObjectMetadataRequest() { }
public string MetadataPath { get { throw null; } }
public string MetadataPath { get { throw null; } set { } }
}
public partial class GitHubAccessTokenRequest
{
Expand Down Expand Up @@ -3962,11 +3963,11 @@ public JsonDataset(Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReferen
public partial class JsonFormat : Azure.Analytics.Synapse.Artifacts.Models.DatasetStorageFormat
{
public JsonFormat() { }
public object EncodingName { get { throw null; } }
public Azure.Analytics.Synapse.Artifacts.Models.JsonFormatFilePattern? FilePattern { get { throw null; } }
public object JsonNodeReference { get { throw null; } }
public object JsonPathDefinition { get { throw null; } }
public object NestingSeparator { get { throw null; } }
public object EncodingName { get { throw null; } set { } }
public Azure.Analytics.Synapse.Artifacts.Models.JsonFormatFilePattern? FilePattern { get { throw null; } set { } }
public object JsonNodeReference { get { throw null; } set { } }
public object JsonPathDefinition { get { throw null; } set { } }
public object NestingSeparator { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct JsonFormatFilePattern : System.IEquatable<Azure.Analytics.Synapse.Artifacts.Models.JsonFormatFilePattern>
Expand Down Expand Up @@ -5402,8 +5403,8 @@ public RelationalTableDataset(Azure.Analytics.Synapse.Artifacts.Models.LinkedSer
public partial class RerunTriggerListResponse
{
public RerunTriggerListResponse(System.Collections.Generic.IEnumerable<Azure.Analytics.Synapse.Artifacts.Models.RerunTriggerResource> value) { }
public string NextLink { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.Analytics.Synapse.Artifacts.Models.RerunTriggerResource> Value { get { throw null; } }
public string NextLink { get { throw null; } set { } }
public System.Collections.Generic.IReadOnlyList<Azure.Analytics.Synapse.Artifacts.Models.RerunTriggerResource> Value { get { throw null; } set { } }
}
public partial class RerunTriggerResource : Azure.Analytics.Synapse.Artifacts.Models.SubResource
{
Expand All @@ -5421,9 +5422,9 @@ public RerunTumblingWindowTrigger(System.DateTimeOffset requestedStartTime, Syst
public partial class RerunTumblingWindowTriggerActionParameters
{
public RerunTumblingWindowTriggerActionParameters(System.DateTimeOffset startTime, System.DateTimeOffset endTime, int maxConcurrency) { }
public System.DateTimeOffset EndTime { get { throw null; } }
public int MaxConcurrency { get { throw null; } }
public System.DateTimeOffset StartTime { get { throw null; } }
public System.DateTimeOffset EndTime { get { throw null; } set { } }
public int MaxConcurrency { get { throw null; } set { } }
public System.DateTimeOffset StartTime { get { throw null; } set { } }
}
public partial class Resource
{
Expand Down Expand Up @@ -6848,10 +6849,10 @@ public SsisLogLocation(object logPath, Azure.Analytics.Synapse.Artifacts.Models.
public partial class SsisObjectMetadataStatusResponse
{
public SsisObjectMetadataStatusResponse() { }
public string Error { get { throw null; } }
public string Name { get { throw null; } }
public string Properties { get { throw null; } }
public string Status { get { throw null; } }
public string Error { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
public string Properties { get { throw null; } set { } }
public string Status { get { throw null; } set { } }
}
public partial class SsisPackageLocation
{
Expand Down Expand Up @@ -6917,18 +6918,18 @@ public void Add(string key, object value) { }
public partial class StartDataFlowDebugSessionRequest
{
public StartDataFlowDebugSessionRequest() { }
public Azure.Analytics.Synapse.Artifacts.Models.DataFlowResource DataFlow { get { throw null; } }
public Azure.Analytics.Synapse.Artifacts.Models.DataFlowResource DataFlow { get { throw null; } set { } }
public System.Collections.Generic.IReadOnlyList<Azure.Analytics.Synapse.Artifacts.Models.DatasetResource> Datasets { get { throw null; } }
public object DebugSettings { get { throw null; } }
public bool? IncrementalDebug { get { throw null; } }
public object DebugSettings { get { throw null; } set { } }
public bool? IncrementalDebug { get { throw null; } set { } }
public System.Collections.Generic.IReadOnlyList<Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceResource> LinkedServices { get { throw null; } }
public string SessionId { get { throw null; } }
public object Staging { get { throw null; } }
public string SessionId { get { throw null; } set { } }
public object Staging { get { throw null; } set { } }
}
public partial class StartDataFlowDebugSessionResponse
{
public StartDataFlowDebugSessionResponse() { }
public string JobVersion { get { throw null; } }
public string JobVersion { get { throw null; } set { } }
}
public partial class StoredProcedureParameter
{
Expand Down Expand Up @@ -7094,11 +7095,11 @@ public TabularSource() { }
public partial class TabularTranslator : Azure.Analytics.Synapse.Artifacts.Models.CopyTranslator
{
public TabularTranslator() { }
public object CollectionReference { get { throw null; } }
public object ColumnMappings { get { throw null; } }
public object MapComplexValuesToString { get { throw null; } }
public object Mappings { get { throw null; } }
public object SchemaMapping { get { throw null; } }
public object CollectionReference { get { throw null; } set { } }
public object ColumnMappings { get { throw null; } set { } }
public object MapComplexValuesToString { get { throw null; } set { } }
public object Mappings { get { throw null; } set { } }
public object SchemaMapping { get { throw null; } set { } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct TeradataAuthenticationType : System.IEquatable<Azure.Analytics.Synapse.Artifacts.Models.TeradataAuthenticationType>
Expand Down Expand Up @@ -7218,8 +7219,8 @@ public void Add(string key, object value) { }
public partial class TriggerDependencyProvisioningStatus
{
public TriggerDependencyProvisioningStatus(string triggerName, string provisioningStatus) { }
public string ProvisioningStatus { get { throw null; } }
public string TriggerName { get { throw null; } }
public string ProvisioningStatus { get { throw null; } set { } }
public string TriggerName { get { throw null; } set { } }
}
public partial class TriggerDependencyReference : Azure.Analytics.Synapse.Artifacts.Models.DependencyReference
{
Expand Down Expand Up @@ -7598,8 +7599,8 @@ public Workspace(string location) : base (default(string)) { }
public partial class WorkspaceIdentity
{
public WorkspaceIdentity() { }
public string PrincipalId { get { throw null; } }
public string TenantId { get { throw null; } }
public string PrincipalId { get { throw null; } set { } }
public string TenantId { get { throw null; } set { } }
public string Type { get { throw null; } }
}
public partial class WorkspaceKeyDetails
Expand All @@ -7624,7 +7625,7 @@ public WorkspaceRepositoryConfiguration() { }
public partial class WorkspaceUpdateParameters
{
public WorkspaceUpdateParameters() { }
public Azure.Analytics.Synapse.Artifacts.Models.WorkspaceIdentity Identity { get { throw null; } }
public Azure.Analytics.Synapse.Artifacts.Models.WorkspaceIdentity Identity { get { throw null; } set { } }
public System.Collections.Generic.IReadOnlyDictionary<string, string> Tags { get { throw null; } }
}
public partial class XeroLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,14 @@ public partial class DataFlowDebugPreviewDataRequest
public DataFlowDebugPreviewDataRequest()
{
}

/// <summary> The ID of data flow debug session. </summary>
public string SessionId { get; set; }
/// <summary> The data flow which contains the debug session. </summary>
public string DataFlowName { get; set; }
/// <summary> The output stream name. </summary>
public string StreamName { get; set; }
/// <summary> The row limit for preview request. </summary>
public int? RowLimits { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ public partial class DataFlowDebugQueryResponse
public DataFlowDebugQueryResponse()
{
}

/// <summary> The run ID of data flow debug session. </summary>
public string RunId { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ public partial class DataFlowDebugResultResponse
public DataFlowDebugResultResponse()
{
}

/// <summary> The run status of data preview, statistics or expression preview. </summary>
public string Status { get; set; }
/// <summary> The result data of data preview, statistics or expression preview. </summary>
public string Data { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ public DataFlowDebugStatisticsRequest()
{
Columns = new ChangeTrackingList<string>();
}

/// <summary> The run ID of data flow debug session. </summary>
public string RunId { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ public partial class DatasetDataElement
public DatasetDataElement()
{
}

/// <summary> Name of the column. Type: string (or Expression with resultType string). </summary>
public object Name { get; set; }
/// <summary> Type of the column. Type: string (or Expression with resultType string). </summary>
public object Type { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ public DatasetSchemaDataElement()
{
AdditionalProperties = new ChangeTrackingDictionary<string, object>();
}

/// <summary> Name of the schema column. Type: string (or Expression with resultType string). </summary>
public object Name { get; set; }
/// <summary> Type of the schema column. Type: string (or Expression with resultType string). </summary>
public object Type { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ public DatasetStorageFormat()
AdditionalProperties = new ChangeTrackingDictionary<string, object>();
Type = "DatasetStorageFormat";
}

/// <summary> Serializer. Type: string (or Expression with resultType string). </summary>
public object Serializer { get; set; }
/// <summary> Deserializer. Type: string (or Expression with resultType string). </summary>
public object Deserializer { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,16 @@ public partial class EvaluateDataFlowExpressionRequest
public EvaluateDataFlowExpressionRequest()
{
}

/// <summary> The ID of data flow debug session. </summary>
public string SessionId { get; set; }
/// <summary> The data flow which contains the debug session. </summary>
public string DataFlowName { get; set; }
/// <summary> The output stream name. </summary>
public string StreamName { get; set; }
/// <summary> The row limit for preview request. </summary>
public int? RowLimits { get; set; }
/// <summary> The expression for preview. </summary>
public string Expression { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ public partial class ExposureControlRequest
public ExposureControlRequest()
{
}
/// <summary> The feature name. </summary>
public string FeatureName { get; set; }
/// <summary> The feature type. </summary>
public string FeatureType { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ public partial class ExposureControlResponse
public ExposureControlResponse()
{
}

/// <summary> The feature name. </summary>
public string FeatureName { get; set; }
/// <summary> The feature value. </summary>
public string Value { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ public partial class GetSsisObjectMetadataRequest
public GetSsisObjectMetadataRequest()
{
}

/// <summary> Metadata path. </summary>
public string MetadataPath { get; set; }
}
}
Loading