QuotaUsageDetail Class

Represents details about the quota for a specific object type.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServices.MultiTenancyQuotaUsageDetail

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class QuotaUsageDetail

The QuotaUsageDetail type exposes the following members.

Constructors
  NameDescription
Public methodQuotaUsageDetail
Initializes a new instance of the QuotaUsageDetail class
Top
Properties
  NameDescription
Public propertyInUseCount
Gets or sets the number of items which exist in the system of the corresponding object type.
Public propertyQuota
Gets or sets the quota for the corresponding object type.
Public propertyQuotaType
Gets or sets the quota type.
Top
See Also