DataStorageUpdateRecordsOptions Class

The data contract class used to provide options to add or update or delete multiple data records.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDataStorageUpdateRecordsOptions

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 DataStorageUpdateRecordsOptions

The DataStorageUpdateRecordsOptions type exposes the following members.

Constructors
  NameDescription
Public methodDataStorageUpdateRecordsOptions
Initializes a new instance of the DataStorageUpdateRecordsOptions class.
Top
Properties
  NameDescription
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