Package version:

Interface DataTypeUpdateProperties

The updatable properties of the DataType.

interface DataTypeUpdateProperties {
    databaseCacheRetention?: number;
    databaseRetention?: number;
    state?: string;
    storageOutputRetention?: number;
}

Properties

databaseCacheRetention?: number

Field for database cache retention in days.

databaseRetention?: number

Field for database data retention in days.

state?: string

State of data type.

storageOutputRetention?: number

Field for storage output retention in days.

Generated using TypeDoc