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

IntegrationRuntimeDataFlowProperties 类

定义

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

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

构造函数

IntegrationRuntimeDataFlowProperties()

初始化 IntegrationRuntimeDataFlowProperties 的新实例。

属性

AdditionalProperties

附加属性

若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建有效负载 { “key”: “value” }。

ComputeType

将执行数据流作业的群集的计算类型。

CoreCount

将执行数据流作业的群集的核心计数。 支持的值包括:8、16、32、48、80、144 和 272。

CustomProperties

自定义属性用于优化数据流运行时性能。

ShouldCleanupAfterTtl

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

TimeToLiveInMinutes

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

适用于