PowerTCP Zip Compression for .NET
SpanConfiguration Property




Gets or sets a SpanConfiguration object, which is used to span or split an archive over multiple volumes.
Syntax
<BrowsableAttribute(False)>
<ReadOnlyAttribute(True)>
Public Property SpanConfiguration As SpanConfiguration
Dim instance As Archive
Dim value As SpanConfiguration
 
instance.SpanConfiguration = value
 
value = instance.SpanConfiguration
[Browsable(false)]
[ReadOnly(true)]
public SpanConfiguration SpanConfiguration {get; set;}
[Browsable(false)]
[ReadOnly(true)]
public: __property SpanConfiguration* get_SpanConfiguration();
public: __property void set_SpanConfiguration( 
   SpanConfiguration* value
);
[Browsable(false)]
[ReadOnly(true)]
public:
property SpanConfiguration^ SpanConfiguration {
   SpanConfiguration^ get();
   void set (    SpanConfiguration^ value);
}

Property Value

A SpanConfiguration object if spanning is used, null if spanning is not used. The default value is null.
Remarks

To use spanning, create a new SpanConfiguration object. Set the properties of this object to configure how spanning occurs. Then, set this property equal to that object.

The default value of null means no spanning or splitting will be used during a zip operation.

Please note that a spanned archive can only be opened for unzipping. In other words, Add, Remove, Insert and Zip operations can not be applied to an existing spanned archive.

See Also

Reference

Archive Class
Archive Members


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