StreamAnalyticsQueryCompilationError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An error produced by the compiler.
public class StreamAnalyticsQueryCompilationError : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsQueryCompilationError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsQueryCompilationError>
public class StreamAnalyticsQueryCompilationError
type StreamAnalyticsQueryCompilationError = class
interface IJsonModel<StreamAnalyticsQueryCompilationError>
interface IPersistableModel<StreamAnalyticsQueryCompilationError>
type StreamAnalyticsQueryCompilationError = class
Public Class StreamAnalyticsQueryCompilationError
Implements IJsonModel(Of StreamAnalyticsQueryCompilationError), IPersistableModel(Of StreamAnalyticsQueryCompilationError)
Public Class StreamAnalyticsQueryCompilationError
- Inheritance
-
StreamAnalyticsQueryCompilationError
- Implements
Properties
EndColumn |
Describes the error location in the original query. Not set if isGlobal is true. |
EndLine |
Describes the error location in the original query. Not set if isGlobal is true. |
IsGlobal |
Whether the error is not for a specific part but for the entire query. |
Message |
The content of the error message. |
StartColumn |
Describes the error location in the original query. Not set if isGlobal is true. |
StartLine |
Describes the error location in the original query. Not set if isGlobal is true. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<StreamAnalyticsQueryCompilationError>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StreamAnalyticsQueryCompilationError>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StreamAnalyticsQueryCompilationError>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StreamAnalyticsQueryCompilationError>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StreamAnalyticsQueryCompilationError>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET