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

    Gets the maximum allowed uncompressed bytes for a single archive entry.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public long MaxEntryBytes { get; }

    Property Value

    Type Description
    Int64

    The maximum entry size in bytes. Default: 2 GB.

    See Also