Package version:

Interface DataProductsCatalogProperties

Details for data catalog properties.

interface DataProductsCatalogProperties {
    provisioningState?: string;
    publishers: PublisherInformation[];
}

Properties

provisioningState?: string

The data catalog provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.

publishers: PublisherInformation[]

The data product publisher information.

Generated using TypeDoc