PureStorageAvsStorageContainerProperties.ProvisionedLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maximum amount of bytes that can be provisioned in this storage container; it must be a multiple of 512; each time a volume is provisioned in this container, its provisionedSize will be counted against the provisionLimit and the provisioning will fail if it goes over (minimum: 1048576 (1MiB), maximum: 4503599627370496 (4PiB)); by default it is unrestricted.
public long? ProvisionedLimit { get; }
member this.ProvisionedLimit : Nullable<int64>
Public ReadOnly Property ProvisionedLimit As Nullable(Of Long)