inboundFileFlow 资源类型

命名空间:microsoft.graph.industryData

重要

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

表示通过一组文件将数据导入规范存储的流。

继承自 inboundFlow

方法

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

属性

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

关系

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

JSON 表示形式

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

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