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.
Gets the size of the stream buffer.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property StreamBufferSize As Integer
Get
'Usage
Dim instance As IDataServiceStreamProvider
Dim value As Integer
value = instance.StreamBufferSize
int StreamBufferSize { get; }
property int StreamBufferSize {
int get ();
}
abstract StreamBufferSize : int
function get StreamBufferSize () : int
Property Value
Type: System.Int32
Integer that represents the size of buffer.
Remarks
The default buffer size is 64K bytes.