inboundFileFlow resource type

Namespace: microsoft.graph.industryData

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a flow to import data via a set of files into the canonical store.

Inherits from inboundFlow.

Methods

Method Return type Description
Create microsoft.graph.industryData.inboundFileFlow Create a new inboundFileFlow object.
Update microsoft.graph.industryData.inboundFileFlow Update the properties of an inboundFileFlow object.

Properties

Property Type Description
dataDomain microsoft.graph.industryData.inboundDomain The category of data that this flow imports. Inherited from inboundFlow. The possible values are: educationRostering, unknownFutureValue.
displayName String The name of the activity. Inherited from industryDataActivity.
effectiveDateTime DateTimeOffset The start of the time window when the flow is allowed to run. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Inherited from inboundFlow.
expirationDateTime DateTimeOffset The end of the time window when the flow is allowed to run. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Inherited from inboundFlow.
readinessStatus microsoft.graph.industryData.readinessStatus The state of the activity from its creation through when it is ready to do work. Inherited from industryDataActivity. The possible values are: notReady, ready, failed, disabled, expired, unknownFutureValue.

Relationships

Relationship Type Description
dataConnector microsoft.graph.industryData.industryDataConnector The data connector to the source system from where this flow gets its data. Inherited from inboundFlow.
year microsoft.graph.industryData.yearTimePeriodDefinition The year associated to the data that this flow brings in. Inherited from inboundFlow.

JSON representation

The following is a JSON representation of the resource.

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