Class IntegrationAccountDataflowStatus

Read-only collection status of a dataflow.

Hierarchy

  • IntegrationAccountDataflowStatus

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Collection health of a single dataflow.

message?: string

Human-readable detail, populated when the dataflow is not healthy.

updatedAt?: Date

Time the status was last computed.

Generated using TypeDoc