DataStorageDeleteRecordsOptions Class

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

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 DataStorageDeleteRecordsOptions

The DataStorageDeleteRecordsOptions type exposes the following members.

Constructors
  NameDescription
Public methodDataStorageDeleteRecordsOptions
Initializes a new instance of the DataStorageDeleteRecordsOptions class.
Top
Properties
  NameDescription
Public propertyDataCubeId
Gets or sets the data cube ID.
Public propertyRecordIds
Gets the records.
Public propertyTransformId
Gets or sets the transform ID.
Top
See Also