Package version:

The data type properties

interface DataTypeProperties {
    databaseCacheRetention?: number;
    databaseRetention?: number;
    provisioningState?: string;
    state?: string;
    stateReason?: string;
    storageOutputRetention?: number;
    visualizationUrl?: string;
}

Properties

databaseCacheRetention?: number

Field for database cache retention in days.

databaseRetention?: number

Field for database data retention in days.

provisioningState?: string

Latest provisioning state of data product. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

State of data type.

stateReason?: string

Reason for the state of data type. NOTE: This property will not be serialized. It can only be populated by the server.

storageOutputRetention?: number

Field for storage output retention in days.

visualizationUrl?: string

Url for data visualization. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc