Package version:

Interface SsisObjectMetadataStatusResponse

The status of the operation.

interface SsisObjectMetadataStatusResponse {
    error?: string;
    name?: string;
    properties?: string;
    status?: string;
}

Properties

error?: string

The operation error message.

name?: string

The operation name.

properties?: string

The operation properties.

status?: string

The status of the operation.