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.
The maximum number of bytes to read from the cache miss stream in one operation.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property ReaderChunkSize As Integer
public int ReaderChunkSize { get; private set; }
public:
property int ReaderChunkSize {
int get ();
private: void set (int value);
}
member ReaderChunkSize : int with get, private set
function get ReaderChunkSize () : int
private function set ReaderChunkSize (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.