A storage billing record (a portion of the full billing record).
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| actualStorageSizeInBytes | long | element | 1/1 | Gets the actual storage size in bytes. | |
| costPerDay | double | element | 0/1 | Gets the cost per day. | |
| provisionedStorageSizeInBytes | long | element | 1/1 | Gets the provisioned storage size in bytes. | |
| storageTier | long | element | 1/1 | Gets the storage tier. |
Example
<StorageBillingRecord> <storageTier>...</storageTier> <actualStorageSizeInBytes>...</actualStorageSizeInBytes> <provisionedStorageSizeInBytes>...</provisionedStorageSizeInBytes> <costPerDay>...</costPerDay> </StorageBillingRecord>