-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
using Azure.Core; | ||
|
||
namespace Azure.IoT.TimeSeriesInsights | ||
{ | ||
[CodeGenModel("HierarchiesExpandKind")] | ||
internal readonly partial struct HierarchiesExpandKind | ||
{ | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
using Azure.Core; | ||
|
||
namespace Azure.IoT.TimeSeriesInsights | ||
{ | ||
[CodeGenModel("HierarchiesSortBy")] | ||
internal readonly partial struct HierarchiesSortBy | ||
{ | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
using Azure.Core; | ||
|
||
namespace Azure.IoT.TimeSeriesInsights | ||
{ | ||
[CodeGenModel("InstanceHitHighlights")] | ||
internal partial class InstanceHitHighlights | ||
{ | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
using Azure.Core; | ||
|
||
namespace Azure.IoT.TimeSeriesInsights | ||
{ | ||
[CodeGenModel("InstancesSortBy")] | ||
internal readonly partial struct InstancesSortBy | ||
{ | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
using Azure.Core; | ||
|
||
namespace Azure.IoT.TimeSeriesInsights | ||
{ | ||
/// <summary> | ||
/// The time range to the left and right of the search span to be used for Interpolation. This is helpful in scenarios where the data points are | ||
/// missing close to the start or end of the input search span. Can be null. | ||
/// </summary> | ||
[CodeGenModel("InterpolationBoundary")] | ||
public partial class InterpolationBoundary | ||
{ | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
using Azure.Core; | ||
|
||
namespace Azure.IoT.TimeSeriesInsights | ||
{ | ||
///<summary> | ||
///The type of interpolation technique : "Linear" or "Step". | ||
///</summary> | ||
[CodeGenModel("InterpolationKind")] | ||
public readonly partial struct InterpolationKind | ||
{ | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
using Azure.Core; | ||
|
||
namespace Azure.IoT.TimeSeriesInsights | ||
{ | ||
///<summary> | ||
///Definition of how time series hierarchy tree levels are created. | ||
///</summary> | ||
[CodeGenModel("TimeSeriesHierarchySource")] | ||
public partial class TimeSeriesHierarchySource | ||
{ | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
|
||
using Azure.Core; | ||
|
||
namespace Azure.IoT.TimeSeriesInsights | ||
{ | ||
/// <summary> | ||
/// The type of the property. Currently, only "String" is supported. | ||
/// </summary> | ||
[CodeGenModel("TimeSeriesIdPropertyTypes")] | ||
public readonly partial struct TimeSeriesIdPropertyTypes | ||
{ | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.