| ||
| detail: element | attribute | value | ||
XML Example:<TenantDatabaseUsage> <databaseSize>xsd:long</databaseSize> <sampleTime>xsd:datetime</sampleTime> <tenantID>xsd:int</tenantID> <tenantName>xsd:string</tenantName> </TenantDatabaseUsage> | JSON Example:{"TenantDatabaseUsage":
{
"databaseSize": Number,
"sampleTime": Date,
"tenantID": Number,
"tenantName": String,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| databaseSize | xsd:long | false | false | The size of the tenant's database, in bytes.
| |
| sampleTime | xsd:datetime | false | false | The time at which the database usage was sampled.
| |
| tenantID | xsd:int | false | false | The identifier of the tenant.
| |
| tenantName | xsd:string | false | false | The name of the tenant the host belongs to; May be null if the tenant has been deleted.
|
| ||
| detail: element | attribute | value | ||