HashStreamFinishedHashing Property |
True if hashing is finished and no more hashing should be done;
otherwise false.
Namespace: Aliyun.OSS.Common.InternalAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxprotected bool FinishedHashing { get; }
Protected ReadOnly Property FinishedHashing As Boolean
Get
protected:
property bool FinishedHashing {
bool get ();
}
member FinishedHashing : bool with get
Property Value
Type:
Boolean
See Also