IDataInputServiceConfigureDataStorageIndex Method

Configures a new index on the data storage entity.

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void ConfigureDataStorageIndex(
	DataInputTransform transform,
	IList<string> columns,
	bool isUnique
)

Parameters

transform
Type: Dundas.BI.Data.TransformsDataInputTransform
The data input transform.
columns
Type: System.Collections.GenericIListString
The column names for the index.
isUnique
Type: SystemBoolean
If set to the index defines unique set of values, otherwise .
Exceptions
ExceptionCondition
ArgumentNullExceptiontransform is .
ArgumentExceptioncolumns is or empty.
NotFoundExceptionOne or more of the specified columns could not be found.
NoPrivilegeExceptionThe caller does not have the Write privilege on the underlying parent entity.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also