SPWebService.FileReadChunkSize property
Chunk size in bytes for optimal reading 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 FileReadChunkSize As Integer
Get
Set
'Usage
Dim instance As SPWebService
Dim value As Integer
value = instance.FileReadChunkSize
instance.FileReadChunkSize = value
public int FileReadChunkSize { get; set; }
Property value
Type: System.Int32
Returns Int32.