TTMSFNCCloudHubicInfo Class
Describes the account profile and storage quota of a connected Hubic user.
API unit family: TMSFNCCloudHubic
Inherits from: TPersistent
Syntax
TTMSFNCCloudHubicInfo = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Email address associated with the account. | |
| FirstName | First name of the account holder. |
| LastName | Last name of the account holder. |
| Quota | Total amount of storage available to the account, expressed in bytes. |
| QuotaUsed | Amount of storage currently consumed by the account, expressed in bytes. |