다음을 통해 공유


PureStorageAvsStorageContainerProperties.ProvisionedLimit Property

Definition

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)

Property Value

Applies to