[This is preliminary documentation and is subject to change.]
Gets the maximum segment size in bytes, up to (2^31)-1
The property is not thread-safe for set and can only be set if pile is inactive
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public int SegmentSize { get; set; }[ConfigAttribute]
public int SegmentSize { get; set; }<ConfigAttribute>
Public Property SegmentSize As Integer
Get
Set
<ConfigAttribute>
Public Property SegmentSize As Integer
Get
Set
public:
[ConfigAttribute]
virtual property int SegmentSize {
int get () sealed;
void set (int value) sealed;
}public:
[ConfigAttribute]
virtual property int SegmentSize {
int get () sealed;
void set (int value) sealed;
}[<ConfigAttribute>]
abstract SegmentSize : int with get, set
[<ConfigAttribute>]
override SegmentSize : int with get, set
[<ConfigAttribute>]
abstract SegmentSize : int with get, set
[<ConfigAttribute>]
override SegmentSize : int with get, set
Property Value
Type:
Int32Implements
IPileImplementation SegmentSize