Package version:

Interface SsisObjectMetadataListResponse

A list of SSIS object metadata.

interface SsisObjectMetadataListResponse {
    nextLink?: string;
    value?: SsisObjectMetadataUnion[];
}

Properties

Properties

nextLink?: string

The link to the next page of results, if any remaining results exist.

List of SSIS object metadata.