inboundFlow 资源类型

命名空间:microsoft.graph.industryData

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

将数据引入 Azure Data Lake 规范存储的所有流的抽象基类型。 inboundFlow 表示服务运行的活动。

默认情况下,入站流每天激活两次 (2 倍) 。 有关详细信息,请参阅 industryDataRun

继承自 industryDataActivity

inboundFileFlow 的基本类型。

方法

方法 返回类型 说明
创建 inboundFlow microsoft.graph.industryData.inboundFlow 创建新的 inboundFlow 对象。
列出 inboundFlows microsoft.graph.industryData.inboundFlow 集合 获取 inboundFlow 对象及其属性的列表。
获取 inboundFlow microsoft.graph.industryData.inboundFlow 读取 inboundFlow 对象的属性和关系。
更新 inboundFlow microsoft.graph.industryData.inboundFlow 更新 inboundFlow 对象的属性。
删除 inboundFlow 删除 inboundFlow 对象。

属性

属性 类型 说明
dataDomain microsoft.graph.industryData.inboundDomain 此流导入的宽泛数据类别。 可能的值为: educationRosteringunknownFutureValue
displayName String 活动的名称。 继承自 industryDataActivity
effectiveDateTime DateTimeOffset 允许流运行的时间窗口的开始时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
expirationDateTime DateTimeOffset 允许流运行的时间窗口的结束时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
readinessStatus microsoft.graph.industryData.readinessStatus 活动从创建到准备完成工作的状态。 继承自 industryDataActivity。 可能的值包括 notReadyreadyfaileddisabledexpiredunknownFutureValue

关系

关系 类型 说明
dataConnector microsoft.graph.industryData.industryDataConnector 此流从源系统拉取数据的上下文中的数据连接器。
year microsoft.graph.industryData.yearTimePeriodDefinition 通过此流引入的数据适用的年份。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.industryData.inboundFlow",
  "dataDomain": "String",
  "displayName": "String",
  "effectiveDateTime": "String (timestamp)",
  "expirationDateTime": "String (timestamp)",
  "readinessStatus": "String"
}