DataStorageColumnOptions Class

The data contract class used to provide options to add or rename a data input column.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDataStorageColumnOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class DataStorageColumnOptions

The DataStorageColumnOptions type exposes the following members.

Constructors
 NameDescription
Public methodDataStorageColumnOptionsInitializes a new instance of the DataStorageColumnOptions class
Top
Properties
 NameDescription
Public propertyDataCubeId Gets or sets the data cube ID.
Public propertyDataInputType Gets or sets the data type of the input column (for add operation).
Public propertyDefaultColumnValue Gets or sets the default column value (for add operation).
Public propertyMaxLength Gets or sets the new column length (for change length operation).
Public propertyName Gets or sets the column name.
Public propertyOriginalName Gets or sets the original column name (for rename operation).
Public propertyTransformId Gets or sets the transform ID.
Top
See Also