Open this page in the API Guide

DeleteOldEntityOptions Class

The options class used for deleting old entity data.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.DeleteOldEntityOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.2.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 null if no date restriction should be used.
Public propertyEntityIds
Gets or sets the list of specific entity IDs to be processed. If null 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 null or empty, all tenants will be processed.
Top
See Also