PowerTCP Zip Compression for .NET
MinFreeSpace Property




Gets or sets the minimum free space on each removable media in kilobytes.
Syntax
<DefaultValueAttribute()>
<DescriptionAttribute("This property is only valid when the IsRemovableMedia property has a value of True. When its value is greater than the available space of the removable media, an exceptionwill be thrown at the run time. When the sum of MinFreeSpace and PartSize is greater than the capacity of the removable media, an exception will be thrown at run-time.")>
<CategoryAttribute("SpanConfiguration")>
Public Property MinFreeSpace As Long
Dim instance As SpanConfiguration
Dim value As Long
 
instance.MinFreeSpace = value
 
value = instance.MinFreeSpace
[DefaultValue()]
[Description("This property is only valid when the IsRemovableMedia property has a value of True. When its value is greater than the available space of the removable media, an exceptionwill be thrown at the run time. When the sum of MinFreeSpace and PartSize is greater than the capacity of the removable media, an exception will be thrown at run-time.")]
[Category("SpanConfiguration")]
public long MinFreeSpace {get; set;}
[DefaultValue()]
[Description("This property is only valid when the IsRemovableMedia property has a value of True. When its value is greater than the available space of the removable media, an exceptionwill be thrown at the run time. When the sum of MinFreeSpace and PartSize is greater than the capacity of the removable media, an exception will be thrown at run-time.")]
[Category("SpanConfiguration")]
public: __property long get_MinFreeSpace();
public: __property void set_MinFreeSpace( 
   long value
);
[DefaultValue()]
[Description("This property is only valid when the IsRemovableMedia property has a value of True. When its value is greater than the available space of the removable media, an exceptionwill be thrown at the run time. When the sum of MinFreeSpace and PartSize is greater than the capacity of the removable media, an exception will be thrown at run-time.")]
[Category("SpanConfiguration")]
public:
property int64 MinFreeSpace {
   int64 get();
   void set (    int64 value);
}

Property Value

A long specifying the number of kilobytes to leave free on removable media. The default is 0.
Remarks

This property is only valid when the IsRemovableMedia property is true.

When the sum of MinFreeSpace and PartSize is greater than the capacity of the removable media, an exception will be set in DiskEventArgs.Exception and a Disk event will be raised.

See Also

Reference

SpanConfiguration Class
SpanConfiguration Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic