Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.