IStartStreamingJobParameters Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.StartStreamingJobParametersTypeConverter))]
public interface IStartStreamingJobParameters : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.StartStreamingJobParametersTypeConverter))>]
type IStartStreamingJobParameters = interface
interface IJsonSerializable
Public Interface IStartStreamingJobParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
OutputStartMode |
Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time. |
OutputStartTime |
Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |