HashStreamPosition Property |
Gets or sets the position within the current stream.
HashStream does not support seeking, attempting to set Position
will throw NotSupportedException.
Namespace: Aliyun.OSS.Common.InternalAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic override long Position { set; }
Public Overrides WriteOnly Property Position As Long
Set
public:
virtual property long long Position {
void set (long long value) override;
}
abstract Position : int64 with set
override Position : int64 with set
Property Value
Type:
Int64
See Also