你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IntegrationRuntimeDataFlowProperties 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
托管集成运行时的数据流属性。
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeDataFlowProperties+IntegrationRuntimeDataFlowPropertiesConverter))]
public class IntegrationRuntimeDataFlowProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeDataFlowProperties+IntegrationRuntimeDataFlowPropertiesConverter))>]
type IntegrationRuntimeDataFlowProperties = class
Public Class IntegrationRuntimeDataFlowProperties
- 继承
-
IntegrationRuntimeDataFlowProperties
- 属性
构造函数
IntegrationRuntimeDataFlowProperties() |
初始化 IntegrationRuntimeDataFlowProperties 的新实例。 |
属性
AdditionalProperties |
其他属性。 |
Cleanup |
群集不会被回收,并且将用于下一个数据流活动运行,直到 TTL (生存时间达到,) 如果设置为 false,则群集将达到生存时间。 默认为 true。 |
ComputeType |
将执行数据流作业的群集的计算类型。 |
CoreCount |
将执行数据流作业的群集的核心计数。 支持的值包括:8、16、32、48、80、144 和 272。 |
TimeToLive |
执行数据流作业的群集) 设置 (生存时间(以分钟为单位)。 |