SecureZipPolicy.ResourceLimits.WithSize(Nullable<Int64>, Nullable<Int64>) Method
Returns a new ResourceLimits instance with specified size limits, inheriting other values from the current instance.
Namespace: DevExpress.Utils.Zip
Assembly: DevExpress.Data.v26.1.dll
Declaration
public SecureZipPolicy.ResourceLimits WithSize(
long? maxEntryBytes,
long? maxTotalBytes
)
Parameters
| Name | Type | Description |
|---|---|---|
| maxEntryBytes | Nullable<Int64> | The maximum uncompressed bytes allowed for a single archive entry. Pass |
| maxTotalBytes | Nullable<Int64> | The maximum total uncompressed bytes for the entire extraction. Pass |
Returns
| Type | Description |
|---|---|
| SecureZipPolicy.ResourceLimits | A new |
See Also