DeleteOldEntityOptions Class

The options class used for deleting old entity data.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDeleteOldEntityOptions

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

The DeleteOldEntityOptions type exposes the following members.

Constructors
  NameDescription
Public methodDeleteOldEntityOptions
Initializes a new instance of the DeleteOldEntityOptions class
Top
Properties
  NameDescription
Public propertyBeforeDate
Gets or sets the before date, or if no date restriction should be used.
Public propertyEntityIds
Gets or sets the list of specific entity IDs to be processed. If or empty, all entities will be processed.
Public propertyTenantIds
Gets or sets the list of tenant IDs; only entities corresponding to the specified tenants will be processed. If or empty, all tenants will be processed.
Top
See Also