DataStorageInsertRecordsOptions Class

The data contract class used to provide options to adding multiple data records.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDataStorageInsertRecordsOptions

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

The DataStorageInsertRecordsOptions type exposes the following members.

Constructors
  NameDescription
Public methodDataStorageInsertRecordsOptions
Initializes a new instance of the DataStorageInsertRecordsOptions class.
Top
Properties
  NameDescription
Public propertyBeforeRecordId
Gets or sets the ID of the record to insert this new record before. This is optional, if not specified the record is inserted at the end.
Public propertyDataCubeId
Gets or sets the data cube ID.
Public propertyRecords
Gets the records.
Public propertyTransformId
Gets or sets the transform ID.
Top
See Also