Package version:

The type used for update operations of the DataType.

interface DataTypeUpdate {
    properties?: DataTypeUpdateProperties;
}

Properties

Properties

The updatable properties of the DataType.

Generated using TypeDoc