CreatorProperties interface
Creator resource properties
Properties
| consumed |
The consumed storage unit size in bytes for the creator resource. |
| provisioning |
The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled |
| storage |
The storage units to be allocated. Integer values from 1 to 100, inclusive. |
| total |
The total allocated storage unit size in bytes for the creator resource. |
Property Details
consumedStorageUnitSizeInBytes
The consumed storage unit size in bytes for the creator resource.
consumedStorageUnitSizeInBytes?: number
Property Value
number
provisioningState
The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled
provisioningState?: string
Property Value
string
storageUnits
The storage units to be allocated. Integer values from 1 to 100, inclusive.
storageUnits: number
Property Value
number
totalStorageUnitSizeInBytes
The total allocated storage unit size in bytes for the creator resource.
totalStorageUnitSizeInBytes?: number
Property Value
number