| BlobStream Properties |
[This is preliminary documentation and is subject to change.]
The BlobStream type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Boolean | CanRead | (Overrides StreamCanRead.) | |
| Boolean | CanSeek | (Overrides StreamCanSeek.) | |
| Boolean | CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from Stream.) | |
| Boolean | CanWrite | (Overrides StreamCanWrite.) | |
| Int64 | Length | (Overrides StreamLength.) | |
| Int64 | Position | (Overrides StreamPosition.) | |
| Int32 | ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.) | |
| Int32 | WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.) |