FileStream Properties |
The FileStream type exposes the following members.
Name | Description | |
---|---|---|
CanRead |
Gets a value indicating whether the current stream supports reading.
(Overrides StreamCanRead.) | |
CanSeek |
Gets a value indicating whether the current stream supports seeking.
(Overrides StreamCanSeek.) | |
CanWrite |
Gets a value indicating whether the current stream supports writing.
(Overrides StreamCanWrite.) | |
Length |
Length of stream.
(Overrides StreamLength.) | |
MaximalPartSize |
Maximal size of the part used in multipart upload process to Amazon S3 storage.
| |
MinimalPartSize |
Returns minimal size of the part used in multipart upload process to Amazon S3 storage.
| |
Path |
Stream path
(Inherited from FileStream.) | |
Position |
Gets or sets position of current stream.
(Overrides StreamPosition.) |