RawOutputDatasource 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.
Describes a raw output data source. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an output of this data source type to an existing job.
public class RawOutputDatasource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.RawOutputDatasource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.RawOutputDatasource>
public class RawOutputDatasource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource
type RawOutputDatasource = class
inherit StreamingJobOutputDataSource
interface IJsonModel<RawOutputDatasource>
interface IPersistableModel<RawOutputDatasource>
type RawOutputDatasource = class
inherit StreamingJobOutputDataSource
Public Class RawOutputDatasource
Inherits StreamingJobOutputDataSource
Implements IJsonModel(Of RawOutputDatasource), IPersistableModel(Of RawOutputDatasource)
Public Class RawOutputDatasource
Inherits StreamingJobOutputDataSource
- Inheritance
- Implements
Constructors
RawOutputDatasource() |
Initializes a new instance of RawOutputDatasource. |
Properties
PayloadUri |
The SAS URL to a blob where the output should be written. If this property is not set, output data will be written into a temporary storage, and a SAS URL to that temporary storage will be included in the result. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET