你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StartStreamingJobContent 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供给“启动流式处理作业”操作的参数。
public class StartStreamingJobContent
type StartStreamingJobContent = class
Public Class StartStreamingJobContent
- 继承
-
StartStreamingJobContent
构造函数
StartStreamingJobContent() |
初始化 StartStreamingJobContent 的新实例。 |
属性
OutputStartMode |
值可以是 JobStartTime、CustomTime 或 LastOutputEventTime,以指示输出事件流的起点应在作业每次启动时启动、从通过 outputStartTime 属性指定的自定义用户时间戳开始,还是从上次事件输出时间开始。 |
OutputStartOn |
值为采用 ISO-8601 格式的时间戳(指示输出事件流的起点),或者为 null(指示输出事件流将在每次启动流式处理作业时开始)。 如果 outputStartMode 设置为 CustomTime,则此属性必须具有值。 |