Skip to main content
All docs
V26.1
  • SecureZipPolicy.ResourceLimits.MaxTotalBytes Property

    Gets the maximum total uncompressed bytes for the entire extraction.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public long MaxTotalBytes { get; }

    Property Value

    Type Description
    Int64

    The maximum total size in bytes. Default: 4 GB.

    See Also