你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntegrationRuntimeDataFlowProperties 类

定义

托管集成运行时的数据流属性。

public class IntegrationRuntimeDataFlowProperties
type IntegrationRuntimeDataFlowProperties = class
Public Class IntegrationRuntimeDataFlowProperties
继承
IntegrationRuntimeDataFlowProperties

构造函数

IntegrationRuntimeDataFlowProperties()

初始化 IntegrationRuntimeDataFlowProperties 类的新实例。

IntegrationRuntimeDataFlowProperties(IDictionary<String,Object>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>)

初始化 IntegrationRuntimeDataFlowProperties 类的新实例。

属性

AdditionalProperties

获取或设置此集合反序列化的消息中的不匹配属性

Cleanup

获取或设置群集不会被回收,并且它将用于下一个数据流活动运行,直到 TTL (生存时间达到) (如果设置为 false)。 默认为 true。

ComputeType

获取或设置将执行数据流作业的群集的计算类型。 可能的值包括:“General”、“MemoryOptimized”、“ComputeOptimized”

CoreCount

获取或设置将执行数据流作业的群集的核心计数。 支持的值为:8、16、32、48、80、144 和 272。

TimeToLive

获取或设置将执行数据流作业的群集) 设置 (生存时间(以分钟为单位)。

方法

Validate()

验证 对象。

适用于