Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Chunk size in bytes for optimal writing of data from SQL or some other external storage device. Large values improve throughput, small values improve latency.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FileWriteChunkSize As Integer
Get
Set
'Usage
Dim instance As SPWebService
Dim value As Integer
value = instance.FileWriteChunkSize
instance.FileWriteChunkSize = value
public int FileWriteChunkSize { get; set; }
Property value
Type: System.Int32